Html Css Color HEX #CE6BCB Orchid

📋 copy color: '#CE6BCB'

red 206 ◦ green 107 ◦ blue 203

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

Shades of Orchid #CE6BCB

Tints of Orchid #CE6BCB

RGB

 RED value IS 206 (80.86% from 255) = 39.92%

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

 BLUE value IS 203 (79.69% from 255) = 39.34%

R = 39.92%
G = 20.74%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CE6BCB (or 0xCE6BCB) is known color: Orchid. HEX triplet: CE, 6B and CB. RGB value is (206,107,203). Sum of RGB (Red+Green+Blue) = 206+107+203=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 107 (42.19% from 255 or 20.74% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6BCB is #319434. Grayscale: #939393. Windows color (decimal): -3249205 or 13331406. OLE color: 13331406.

HSL color Cylindrical-coordinate representation of color #CE6BCB: hue angle of 301.82º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CE6BCB is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 107 203 -
CMYK 0 0.48 0.01 0.19
HSL 301.82º 0.5% 0.61% -
HSV(B) 301.82º 0.48% 0.81% -
XYZ 41.49 27.95 59.71 -
YUV 147.55 159.3 169.69 -
System Red Green Blue C M Y K H S L
Decimal 206 107 203 0 0.48 0.01 0.19 301.82 0.5 0.61
Hex CE 6B CB 0 30 1 13 12E 32 3D
Octal 316 153 313 0 60 1 23 456 62 75
Binary 11001110 1101011 11001011 0 110000 1 10011 100101110 110010 111101

Color Harmonies of #CE6BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6BCB

Black with #CE6BCB

Text Example


Text Example

White with #CE6BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6BCB; }

 p { color: rgb(206,107,203); }

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

background-color css

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

 a { background-color: rgb(206,107,203); }

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

border-color css

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

 span { border-color: rgb(206,107,203); }

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