Html Css Color HEX #CE63DF Orchid

📋 copy color: '#CE63DF'

red 206 ◦ green 99 ◦ blue 223

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

Shades of Orchid #CE63DF

Tints of Orchid #CE63DF

RGB

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

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

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

R = 39.02%
G = 18.75%
B = 42.23%

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

#CE63DF (or 0xCE63DF) is known color: Orchid. HEX triplet: CE, 63 and DF. RGB value is (206,99,223). Sum of RGB (Red+Green+Blue) = 206+99+223=528 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.02% from 528); Green value is 99 (39.06% from 255 or 18.75% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE63DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE63DF is #319C20. Grayscale: #909090. Windows color (decimal): -3251233 or 14640078. OLE color: 14640078.

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

Color convert

RGB 206 99 223 -
CMYK 0.08 0.56 0 0.13
HSL 291.77º 0.66% 0.63% -
HSV(B) 291.77º 0.56% 0.87% -
XYZ 43.23 27.37 72.82 -
YUV 145.13 171.95 171.42 -
System Red Green Blue C M Y K H S L
Decimal 206 99 223 0.08 0.56 0 0.13 291.77 0.66 0.63
Hex CE 63 DF 8 38 0 D 124 42 3F
Octal 316 143 337 10 70 0 15 444 102 77
Binary 11001110 1100011 11011111 1000 111000 0 1101 100100100 1000010 111111

Color Harmonies of #CE63DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE63DF

Black with #CE63DF

Text Example


Text Example

White with #CE63DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE63DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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