Html Css Color HEX #CE85CB Orchid

📋 copy color: '#CE85CB'

red 206 ◦ green 133 ◦ blue 203

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

Shades of Orchid #CE85CB

Tints of Orchid #CE85CB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.54%

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

R = 38.01%
G = 24.54%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CE85CB (or 0xCE85CB) is known color: Orchid. HEX triplet: CE, 85 and CB. RGB value is (206,133,203). Sum of RGB (Red+Green+Blue) = 206+133+203=542 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.01% from 542); Green value is 133 (52.34% from 255 or 24.54% from 542); Blue value is 203 (79.69% from 255 or 37.45% from 542); Max value from RGB is 206 - color contains mainly: red. Hex color #CE85CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE85CB is #317A34. Grayscale: #A2A2A2. Windows color (decimal): -3242549 or 13338062. OLE color: 13338062.

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

Color convert

RGB 206 133 203 -
CMYK 0 0.35 0.01 0.19
HSL 302.47º 0.43% 0.66% -
HSV(B) 302.47º 0.35% 0.81% -
XYZ 44.62 34.21 60.75 -
YUV 162.81 150.68 158.81 -
System Red Green Blue C M Y K H S L
Decimal 206 133 203 0 0.35 0.01 0.19 302.47 0.43 0.66
Hex CE 85 CB 0 23 1 13 12E 2B 42
Octal 316 205 313 0 43 1 23 456 53 102
Binary 11001110 10000101 11001011 0 100011 1 10011 100101110 101011 1000010

Color Harmonies of #CE85CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE85CB

Black with #CE85CB

Text Example


Text Example

White with #CE85CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE85CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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