Html Css Color HEX #CE63DD Orchid

📋 copy color: '#CE63DD'

red 206 ◦ green 99 ◦ blue 221

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

Shades of Orchid #CE63DD

Tints of Orchid #CE63DD

RGB

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

 GREEN value IS 99 (39.06% from 255) = 18.82%

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

R = 39.16%
G = 18.82%
B = 42.02%

CMYK

 C value IS 0.07

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE63DD (or 0xCE63DD) is known color: Orchid. HEX triplet: CE, 63 and DD. RGB value is (206,99,221). Sum of RGB (Red+Green+Blue) = 206+99+221=526 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.16% from 526); Green value is 99 (39.06% from 255 or 18.82% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE63DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE63DD is #319C22. Grayscale: #909090. Windows color (decimal): -3251235 or 14509006. OLE color: 14509006.

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

Color convert

RGB 206 99 221 -
CMYK 0.07 0.55 0 0.13
HSL 292.62º 0.64% 0.63% -
HSV(B) 292.62º 0.55% 0.87% -
XYZ 42.97 27.27 71.4 -
YUV 144.9 170.95 171.58 -
System Red Green Blue C M Y K H S L
Decimal 206 99 221 0.07 0.55 0 0.13 292.62 0.64 0.63
Hex CE 63 DD 7 37 0 D 125 40 3F
Octal 316 143 335 7 67 0 15 445 100 77
Binary 11001110 1100011 11011101 111 110111 0 1101 100100101 1000000 111111

Color Harmonies of #CE63DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE63DD

Black with #CE63DD

Text Example


Text Example

White with #CE63DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE63DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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