Html Css Color HEX #CE64E6 Orchid

📋 copy color: '#CE64E6'

red 206 ◦ green 100 ◦ blue 230

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

Shades of Orchid #CE64E6

Tints of Orchid #CE64E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 42.91%

R = 38.43%
G = 18.66%
B = 42.91%

CMYK

 C value IS 0.10

 M value IS 0.57

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CE64E6 (or 0xCE64E6) is known color: Orchid. HEX triplet: CE, 64 and E6. RGB value is (206,100,230). Sum of RGB (Red+Green+Blue) = 206+100+230=536 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.43% from 536); Green value is 100 (39.45% from 255 or 18.66% from 536); Blue value is 230 (90.23% from 255 or 42.91% from 536); Max value from RGB is 230 - color contains mainly: blue. Hex color #CE64E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE64E6 is #319B19. Grayscale: #929292. Windows color (decimal): -3250970 or 15099086. OLE color: 15099086.

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

Color convert

RGB 206 100 230 -
CMYK 0.10 0.57 0 0.10
HSL 288.92º 0.72% 0.65% -
HSV(B) 288.92º 0.57% 0.9% -
XYZ 44.29 27.95 77.92 -
YUV 146.51 175.12 170.43 -
System Red Green Blue C M Y K H S L
Decimal 206 100 230 0.10 0.57 0 0.10 288.92 0.72 0.65
Hex CE 64 E6 A 39 0 A 121 48 41
Octal 316 144 346 12 71 0 12 441 110 101
Binary 11001110 1100100 11100110 1010 111001 0 1010 100100001 1001000 1000001

Color Harmonies of #CE64E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE64E6

Black with #CE64E6

Text Example


Text Example

White with #CE64E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE64E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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