Html Css Color HEX #CE62DF Orchid

📋 copy color: '#CE62DF'

red 206 ◦ green 98 ◦ blue 223

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

Shades of Orchid #CE62DF

Tints of Orchid #CE62DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.31%

R = 39.09%
G = 18.6%
B = 42.31%

CMYK

 C value IS 0.08

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE62DF (or 0xCE62DF) is known color: Orchid. HEX triplet: CE, 62 and DF. RGB value is (206,98,223). Sum of RGB (Red+Green+Blue) = 206+98+223=527 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.09% from 527); Green value is 98 (38.67% from 255 or 18.60% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE62DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE62DF is #319D20. Grayscale: #909090. Windows color (decimal): -3251489 or 14639822. OLE color: 14639822.

HSL color Cylindrical-coordinate representation of color #CE62DF: hue angle of 291.84º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CE62DF is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 98 223 -
CMYK 0.08 0.56 0 0.13
HSL 291.84º 0.66% 0.63% -
HSV(B) 291.84º 0.56% 0.87% -
XYZ 43.14 27.18 72.79 -
YUV 144.54 172.28 171.84 -
System Red Green Blue C M Y K H S L
Decimal 206 98 223 0.08 0.56 0 0.13 291.84 0.66 0.63
Hex CE 62 DF 8 38 0 D 124 42 3F
Octal 316 142 337 10 70 0 15 444 102 77
Binary 11001110 1100010 11011111 1000 111000 0 1101 100100100 1000010 111111

Color Harmonies of #CE62DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE62DF

Black with #CE62DF

Text Example


Text Example

White with #CE62DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE62DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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