Html Css Color HEX #CE62DB Orchid

📋 copy color: '#CE62DB'

red 206 ◦ green 98 ◦ blue 219

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

Shades of Orchid #CE62DB

Tints of Orchid #CE62DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.87%

R = 39.39%
G = 18.74%
B = 41.87%

CMYK

 C value IS 0.06

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE62DB (or 0xCE62DB) is known color: Orchid. HEX triplet: CE, 62 and DB. RGB value is (206,98,219). Sum of RGB (Red+Green+Blue) = 206+98+219=523 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.39% from 523); Green value is 98 (38.67% from 255 or 18.74% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE62DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE62DB is #319D24. Grayscale: #8F8F8F. Windows color (decimal): -3251493 or 14377678. OLE color: 14377678.

HSL color Cylindrical-coordinate representation of color #CE62DB: hue angle of 293.55º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE62DB is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 98 219 -
CMYK 0.06 0.55 0 0.14
HSL 293.55º 0.63% 0.62% -
HSV(B) 293.55º 0.55% 0.86% -
XYZ 42.61 26.97 69.98 -
YUV 144.09 170.28 172.16 -
System Red Green Blue C M Y K H S L
Decimal 206 98 219 0.06 0.55 0 0.14 293.55 0.63 0.62
Hex CE 62 DB 6 37 0 E 126 3F 3E
Octal 316 142 333 6 67 0 16 446 77 76
Binary 11001110 1100010 11011011 110 110111 0 1110 100100110 111111 111110

Color Harmonies of #CE62DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE62DB

Black with #CE62DB

Text Example


Text Example

White with #CE62DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE62DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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