Html Css Color HEX #CE64D7 Orchid

📋 copy color: '#CE64D7'

red 206 ◦ green 100 ◦ blue 215

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

Shades of Orchid #CE64D7

Tints of Orchid #CE64D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 41.27%

R = 39.54%
G = 19.19%
B = 41.27%

CMYK

 C value IS 0.04

 M value IS 0.53

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CE64D7 (or 0xCE64D7) is known color: Orchid. HEX triplet: CE, 64 and D7. RGB value is (206,100,215). Sum of RGB (Red+Green+Blue) = 206+100+215=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 100 (39.45% from 255 or 19.19% from 521); Blue value is 215 (84.38% from 255 or 41.27% from 521); Max value from RGB is 215 - color contains mainly: blue. Hex color #CE64D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE64D7 is #319B28. Grayscale: #909090. Windows color (decimal): -3250985 or 14116046. OLE color: 14116046.

HSL color Cylindrical-coordinate representation of color #CE64D7: hue angle of 295.3º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CE64D7 is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 100 215 -
CMYK 0.04 0.53 0 0.16
HSL 295.3º 0.59% 0.62% -
HSV(B) 295.3º 0.53% 0.84% -
XYZ 42.28 27.14 67.3 -
YUV 144.8 167.62 171.65 -
System Red Green Blue C M Y K H S L
Decimal 206 100 215 0.04 0.53 0 0.16 295.3 0.59 0.62
Hex CE 64 D7 4 35 0 10 127 3B 3E
Octal 316 144 327 4 65 0 20 447 73 76
Binary 11001110 1100100 11010111 100 110101 0 10000 100100111 111011 111110

Color Harmonies of #CE64D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE64D7

Black with #CE64D7

Text Example


Text Example

White with #CE64D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE64D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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