Html Css Color HEX #CE64E7 Orchid

📋 copy color: '#CE64E7'

red 206 ◦ green 100 ◦ blue 231

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

Shades of Orchid #CE64E7

Tints of Orchid #CE64E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 43.02%

R = 38.36%
G = 18.62%
B = 43.02%

CMYK

 C value IS 0.11

 M value IS 0.57

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CE64E7 (or 0xCE64E7) is known color: Orchid. HEX triplet: CE, 64 and E7. RGB value is (206,100,231). Sum of RGB (Red+Green+Blue) = 206+100+231=537 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.36% from 537); Green value is 100 (39.45% from 255 or 18.62% from 537); Blue value is 231 (90.62% from 255 or 43.02% from 537); Max value from RGB is 231 - color contains mainly: blue. Hex color #CE64E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE64E7 is #319B18. Grayscale: #929292. Windows color (decimal): -3250969 or 15164622. OLE color: 15164622.

HSL color Cylindrical-coordinate representation of color #CE64E7: hue angle of 288.55º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CE64E7 is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 206 100 231 -
CMYK 0.11 0.57 0 0.09
HSL 288.55º 0.73% 0.65% -
HSV(B) 288.55º 0.57% 0.91% -
XYZ 44.43 28.01 78.66 -
YUV 146.63 175.62 170.35 -
System Red Green Blue C M Y K H S L
Decimal 206 100 231 0.11 0.57 0 0.09 288.55 0.73 0.65
Hex CE 64 E7 B 39 0 9 121 49 41
Octal 316 144 347 13 71 0 11 441 111 101
Binary 11001110 1100100 11100111 1011 111001 0 1001 100100001 1001001 1000001

Color Harmonies of #CE64E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE64E7

Black with #CE64E7

Text Example


Text Example

White with #CE64E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE64E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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