Html Css Color HEX #CE67CB Orchid

📋 copy color: '#CE67CB'

red 206 ◦ green 103 ◦ blue 203

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

Shades of Orchid #CE67CB

Tints of Orchid #CE67CB

RGB

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

 GREEN value IS 103 (40.63% from 255) = 20.12%

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

R = 40.23%
G = 20.12%
B = 39.65%

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

#CE67CB (or 0xCE67CB) is known color: Orchid. HEX triplet: CE, 67 and CB. RGB value is (206,103,203). Sum of RGB (Red+Green+Blue) = 206+103+203=512 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.23% from 512); Green value is 103 (40.62% from 255 or 20.12% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 206 - color contains mainly: red. Hex color #CE67CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE67CB is #319834. Grayscale: #909090. Windows color (decimal): -3250229 or 13330382. OLE color: 13330382.

HSL color Cylindrical-coordinate representation of color #CE67CB: hue angle of 301.75º 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 #CE67CB is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 103 203 -
CMYK 0 0.50 0.01 0.19
HSL 301.75º 0.51% 0.61% -
HSV(B) 301.75º 0.5% 0.81% -
XYZ 41.08 27.13 59.57 -
YUV 145.2 160.62 171.37 -
System Red Green Blue C M Y K H S L
Decimal 206 103 203 0 0.50 0.01 0.19 301.75 0.51 0.61
Hex CE 67 CB 0 32 1 13 12E 33 3D
Octal 316 147 313 0 62 1 23 456 63 75
Binary 11001110 1100111 11001011 0 110010 1 10011 100101110 110011 111101

Color Harmonies of #CE67CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE67CB

Black with #CE67CB

Text Example


Text Example

White with #CE67CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE67CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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