Html Css Color HEX #C26BE0 Medium Orchid

📋 copy color: '#C26BE0'

red 194 ◦ green 107 ◦ blue 224

#C26BE0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #C26BE0

Tints of Medium Orchid #C26BE0

RGB

 RED value IS 194 (76.17% from 255) = 36.95%

 GREEN value IS 107 (42.19% from 255) = 20.38%

 BLUE value IS 224 (87.89% from 255) = 42.67%

R = 36.95%
G = 20.38%
B = 42.67%

CMYK

 C value IS 0.13

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C26BE0 (or 0xC26BE0) is known color: Medium Orchid. HEX triplet: C2, 6B and E0. RGB value is (194,107,224). Sum of RGB (Red+Green+Blue) = 194+107+224=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 107 (42.19% from 255 or 20.38% from 525); Blue value is 224 (87.89% from 255 or 42.67% from 525); Max value from RGB is 224 - color contains mainly: blue. Hex color #C26BE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26BE0 is #3D941F. Grayscale: #919191. Windows color (decimal): -4035616 or 14707650. OLE color: 14707650.

HSL color Cylindrical-coordinate representation of color #C26BE0: hue angle of 284.62º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C26BE0 is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 194 107 224 -
CMYK 0.13 0.52 0 0.12
HSL 284.62º 0.65% 0.65% -
HSV(B) 284.62º 0.52% 0.88% -
XYZ 40.96 27.37 73.64 -
YUV 146.35 171.82 161.99 -
System Red Green Blue C M Y K H S L
Decimal 194 107 224 0.13 0.52 0 0.12 284.62 0.65 0.65
Hex C2 6B E0 D 34 0 C 11D 41 41
Octal 302 153 340 15 64 0 14 435 101 101
Binary 11000010 1101011 11100000 1101 110100 0 1100 100011101 1000001 1000001

Color Harmonies of #C26BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26BE0

Black with #C26BE0

Text Example


Text Example

White with #C26BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26BE0; }

 p { color: rgb(194,107,224); }

 H1.HeaderClassName
 {
   color: #C26BE0;
 }
 .AnyTagClassName
 {
   color: #C26BE0;
 }
</style>

background-color css

<style>
 a { background-color: #C26BE0; }

 a { background-color: rgb(194,107,224); }

 div.DivClassName
 {
   background-color: #C26BE0;
 }
 .BgClassName
 {
   background-color: #C26BE0;
 }
</style>

border-color css

<style>
 span { border-color: #C26BE0; }

 span { border-color: rgb(194,107,224); }

 td.TdClassName
 {
   border-color: #C26BE0;
 }
 .TagClassName
 {
   border-color: #C26BE0;
 }
</style>