Html Css Color HEX #CE64E5 Orchid

📋 copy color: '#CE64E5'

red 206 ◦ green 100 ◦ blue 229

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

Shades of Orchid #CE64E5

Tints of Orchid #CE64E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 42.8%

R = 38.5%
G = 18.69%
B = 42.8%

CMYK

 C value IS 0.10

 M value IS 0.56

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CE64E5 (or 0xCE64E5) is known color: Orchid. HEX triplet: CE, 64 and E5. RGB value is (206,100,229). Sum of RGB (Red+Green+Blue) = 206+100+229=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 100 (39.45% from 255 or 18.69% from 535); Blue value is 229 (89.84% from 255 or 42.80% from 535); Max value from RGB is 229 - color contains mainly: blue. Hex color #CE64E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE64E5 is #319B1A. Grayscale: #919191. Windows color (decimal): -3250971 or 15033550. OLE color: 15033550.

HSL color Cylindrical-coordinate representation of color #CE64E5: hue angle of 289.3º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CE64E5 is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 206 100 229 -
CMYK 0.10 0.56 0 0.10
HSL 289.3º 0.71% 0.65% -
HSV(B) 289.3º 0.56% 0.9% -
XYZ 44.15 27.89 77.19 -
YUV 146.4 174.62 170.51 -
System Red Green Blue C M Y K H S L
Decimal 206 100 229 0.10 0.56 0 0.10 289.3 0.71 0.65
Hex CE 64 E5 A 38 0 A 121 47 41
Octal 316 144 345 12 70 0 12 441 107 101
Binary 11001110 1100100 11100101 1010 111000 0 1010 100100001 1000111 1000001

Color Harmonies of #CE64E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE64E5

Black with #CE64E5

Text Example


Text Example

White with #CE64E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE64E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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