Html Css Color HEX #CE68CB Orchid

📋 copy color: '#CE68CB'

red 206 ◦ green 104 ◦ blue 203

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

Shades of Orchid #CE68CB

Tints of Orchid #CE68CB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.27%

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

R = 40.16%
G = 20.27%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CE68CB (or 0xCE68CB) is known color: Orchid. HEX triplet: CE, 68 and CB. RGB value is (206,104,203). Sum of RGB (Red+Green+Blue) = 206+104+203=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 104 (41.02% from 255 or 20.27% from 513); Blue value is 203 (79.69% from 255 or 39.57% from 513); Max value from RGB is 206 - color contains mainly: red. Hex color #CE68CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE68CB is #319734. Grayscale: #919191. Windows color (decimal): -3249973 or 13330638. OLE color: 13330638.

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

Color convert

RGB 206 104 203 -
CMYK 0 0.50 0.01 0.19
HSL 301.76º 0.51% 0.61% -
HSV(B) 301.76º 0.5% 0.81% -
XYZ 41.18 27.33 59.61 -
YUV 145.78 160.29 170.95 -
System Red Green Blue C M Y K H S L
Decimal 206 104 203 0 0.50 0.01 0.19 301.76 0.51 0.61
Hex CE 68 CB 0 32 1 13 12E 33 3D
Octal 316 150 313 0 62 1 23 456 63 75
Binary 11001110 1101000 11001011 0 110010 1 10011 100101110 110011 111101

Color Harmonies of #CE68CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE68CB

Black with #CE68CB

Text Example


Text Example

White with #CE68CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE68CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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