Html Css Color HEX #CE62CB Orchid

📋 copy color: '#CE62CB'

red 206 ◦ green 98 ◦ blue 203

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

Shades of Orchid #CE62CB

Tints of Orchid #CE62CB

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.33%

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

R = 40.63%
G = 19.33%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CE62CB (or 0xCE62CB) is known color: Orchid. HEX triplet: CE, 62 and CB. RGB value is (206,98,203). Sum of RGB (Red+Green+Blue) = 206+98+203=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 98 (38.67% from 255 or 19.33% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 206 - color contains mainly: red. Hex color #CE62CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE62CB is #319D34. Grayscale: #8D8D8D. Windows color (decimal): -3251509 or 13329102. OLE color: 13329102.

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

Color convert

RGB 206 98 203 -
CMYK 0 0.52 0.01 0.19
HSL 301.67º 0.52% 0.6% -
HSV(B) 301.67º 0.52% 0.81% -
XYZ 40.6 26.17 59.41 -
YUV 142.26 162.28 173.46 -
System Red Green Blue C M Y K H S L
Decimal 206 98 203 0 0.52 0.01 0.19 301.67 0.52 0.6
Hex CE 62 CB 0 34 1 13 12E 34 3C
Octal 316 142 313 0 64 1 23 456 64 74
Binary 11001110 1100010 11001011 0 110100 1 10011 100101110 110100 111100

Color Harmonies of #CE62CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE62CB

Black with #CE62CB

Text Example


Text Example

White with #CE62CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE62CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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