Html Css Color HEX #CE64DF Orchid

📋 copy color: '#CE64DF'

red 206 ◦ green 100 ◦ blue 223

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

Shades of Orchid #CE64DF

Tints of Orchid #CE64DF

RGB

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

 GREEN value IS 100 (39.45% from 255) = 18.9%

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

R = 38.94%
G = 18.9%
B = 42.16%

CMYK

 C value IS 0.08

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE64DF (or 0xCE64DF) is known color: Orchid. HEX triplet: CE, 64 and DF. RGB value is (206,100,223). Sum of RGB (Red+Green+Blue) = 206+100+223=529 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.94% from 529); Green value is 100 (39.45% from 255 or 18.90% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE64DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE64DF is #319B20. Grayscale: #919191. Windows color (decimal): -3250977 or 14640334. OLE color: 14640334.

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

Color convert

RGB 206 100 223 -
CMYK 0.08 0.55 0 0.13
HSL 291.71º 0.66% 0.63% -
HSV(B) 291.71º 0.55% 0.87% -
XYZ 43.33 27.56 72.85 -
YUV 145.72 171.62 171 -
System Red Green Blue C M Y K H S L
Decimal 206 100 223 0.08 0.55 0 0.13 291.71 0.66 0.63
Hex CE 64 DF 8 37 0 D 124 42 3F
Octal 316 144 337 10 67 0 15 444 102 77
Binary 11001110 1100100 11011111 1000 110111 0 1101 100100100 1000010 111111

Color Harmonies of #CE64DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE64DF

Black with #CE64DF

Text Example


Text Example

White with #CE64DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE64DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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