Html Css Color HEX #CE64CB Orchid

📋 copy color: '#CE64CB'

red 206 ◦ green 100 ◦ blue 203

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

Shades of Orchid #CE64CB

Tints of Orchid #CE64CB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.65%

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

R = 40.47%
G = 19.65%
B = 39.88%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CE64CB (or 0xCE64CB) is known color: Orchid. HEX triplet: CE, 64 and CB. RGB value is (206,100,203). Sum of RGB (Red+Green+Blue) = 206+100+203=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 100 (39.45% from 255 or 19.65% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 206 - color contains mainly: red. Hex color #CE64CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE64CB is #319B34. Grayscale: #8F8F8F. Windows color (decimal): -3250997 or 13329614. OLE color: 13329614.

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

Color convert

RGB 206 100 203 -
CMYK 0 0.51 0.01 0.19
HSL 301.7º 0.52% 0.6% -
HSV(B) 301.7º 0.51% 0.81% -
XYZ 40.79 26.55 59.47 -
YUV 143.44 161.62 172.62 -
System Red Green Blue C M Y K H S L
Decimal 206 100 203 0 0.51 0.01 0.19 301.7 0.52 0.6
Hex CE 64 CB 0 33 1 13 12E 34 3C
Octal 316 144 313 0 63 1 23 456 64 74
Binary 11001110 1100100 11001011 0 110011 1 10011 100101110 110100 111100

Color Harmonies of #CE64CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE64CB

Black with #CE64CB

Text Example


Text Example

White with #CE64CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE64CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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