Html Css Color HEX #CE62D2 Orchid

📋 copy color: '#CE62D2'

red 206 ◦ green 98 ◦ blue 210

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

Shades of Orchid #CE62D2

Tints of Orchid #CE62D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 40.86%

R = 40.08%
G = 19.07%
B = 40.86%

CMYK

 C value IS 0.02

 M value IS 0.53

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CE62D2 (or 0xCE62D2) is known color: Orchid. HEX triplet: CE, 62 and D2. RGB value is (206,98,210). Sum of RGB (Red+Green+Blue) = 206+98+210=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 98 (38.67% from 255 or 19.07% from 514); Blue value is 210 (82.42% from 255 or 40.86% from 514); Max value from RGB is 210 - color contains mainly: blue. Hex color #CE62D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE62D2 is #319D2D. Grayscale: #8E8E8E. Windows color (decimal): -3251502 or 13787854. OLE color: 13787854.

HSL color Cylindrical-coordinate representation of color #CE62D2: hue angle of 297.86º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CE62D2 is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 206 98 210 -
CMYK 0.02 0.53 0 0.18
HSL 297.86º 0.55% 0.6% -
HSV(B) 297.86º 0.53% 0.82% -
XYZ 41.45 26.51 63.9 -
YUV 143.06 165.78 172.89 -
System Red Green Blue C M Y K H S L
Decimal 206 98 210 0.02 0.53 0 0.18 297.86 0.55 0.6
Hex CE 62 D2 2 35 0 12 12A 37 3C
Octal 316 142 322 2 65 0 22 452 67 74
Binary 11001110 1100010 11010010 10 110101 0 10010 100101010 110111 111100

Color Harmonies of #CE62D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE62D2

Black with #CE62D2

Text Example


Text Example

White with #CE62D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE62D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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