Html Css Color HEX #CE62DD Orchid

📋 copy color: '#CE62DD'

red 206 ◦ green 98 ◦ blue 221

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

Shades of Orchid #CE62DD

Tints of Orchid #CE62DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.1%

R = 39.24%
G = 18.67%
B = 42.1%

CMYK

 C value IS 0.07

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE62DD (or 0xCE62DD) is known color: Orchid. HEX triplet: CE, 62 and DD. RGB value is (206,98,221). Sum of RGB (Red+Green+Blue) = 206+98+221=525 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.24% from 525); Green value is 98 (38.67% from 255 or 18.67% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE62DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE62DD is #319D22. Grayscale: #8F8F8F. Windows color (decimal): -3251491 or 14508750. OLE color: 14508750.

HSL color Cylindrical-coordinate representation of color #CE62DD: hue angle of 292.68º degrees, saturation: 0.64, 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 #CE62DD is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 98 221 -
CMYK 0.07 0.56 0 0.13
HSL 292.68º 0.64% 0.63% -
HSV(B) 292.68º 0.56% 0.87% -
XYZ 42.87 27.08 71.37 -
YUV 144.31 171.28 172 -
System Red Green Blue C M Y K H S L
Decimal 206 98 221 0.07 0.56 0 0.13 292.68 0.64 0.63
Hex CE 62 DD 7 38 0 D 125 40 3F
Octal 316 142 335 7 70 0 15 445 100 77
Binary 11001110 1100010 11011101 111 111000 0 1101 100100101 1000000 111111

Color Harmonies of #CE62DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE62DD

Black with #CE62DD

Text Example


Text Example

White with #CE62DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE62DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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