Html Css Color HEX #CE63DE Orchid

📋 copy color: '#CE63DE'

red 206 ◦ green 99 ◦ blue 222

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

Shades of Orchid #CE63DE

Tints of Orchid #CE63DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.13%

R = 39.09%
G = 18.79%
B = 42.13%

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

#CE63DE (or 0xCE63DE) is known color: Orchid. HEX triplet: CE, 63 and DE. RGB value is (206,99,222). Sum of RGB (Red+Green+Blue) = 206+99+222=527 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.09% from 527); Green value is 99 (39.06% from 255 or 18.79% from 527); Blue value is 222 (87.11% from 255 or 42.13% from 527); Max value from RGB is 222 - color contains mainly: blue. Hex color #CE63DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE63DE is #319C21. Grayscale: #909090. Windows color (decimal): -3251234 or 14574542. OLE color: 14574542.

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

Color convert

RGB 206 99 222 -
CMYK 0.07 0.55 0 0.13
HSL 292.2º 0.65% 0.63% -
HSV(B) 292.2º 0.55% 0.87% -
XYZ 43.1 27.32 72.11 -
YUV 145.02 171.45 171.5 -
System Red Green Blue C M Y K H S L
Decimal 206 99 222 0.07 0.55 0 0.13 292.2 0.65 0.63
Hex CE 63 DE 7 37 0 D 124 41 3F
Octal 316 143 336 7 67 0 15 444 101 77
Binary 11001110 1100011 11011110 111 110111 0 1101 100100100 1000001 111111

Color Harmonies of #CE63DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE63DE

Black with #CE63DE

Text Example


Text Example

White with #CE63DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE63DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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