Html Css Color HEX #CE64C9 Orchid

📋 copy color: '#CE64C9'

red 206 ◦ green 100 ◦ blue 201

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

Shades of Orchid #CE64C9

Tints of Orchid #CE64C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 39.64%

R = 40.63%
G = 19.72%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CE64C9 (or 0xCE64C9) is known color: Orchid. HEX triplet: CE, 64 and C9. RGB value is (206,100,201). Sum of RGB (Red+Green+Blue) = 206+100+201=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 100 (39.45% from 255 or 19.72% from 507); Blue value is 201 (78.91% from 255 or 39.64% from 507); Max value from RGB is 206 - color contains mainly: red. Hex color #CE64C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE64C9 is #319B36. Grayscale: #8E8E8E. Windows color (decimal): -3250999 or 13198542. OLE color: 13198542.

HSL color Cylindrical-coordinate representation of color #CE64C9: hue angle of 302.83º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CE64C9 is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 100 201 -
CMYK 0 0.51 0.02 0.19
HSL 302.83º 0.52% 0.6% -
HSV(B) 302.83º 0.51% 0.81% -
XYZ 40.55 26.45 58.23 -
YUV 143.21 160.62 172.79 -
System Red Green Blue C M Y K H S L
Decimal 206 100 201 0 0.51 0.02 0.19 302.83 0.52 0.6
Hex CE 64 C9 0 33 2 13 12F 34 3C
Octal 316 144 311 0 63 2 23 457 64 74
Binary 11001110 1100100 11001001 0 110011 10 10011 100101111 110100 111100

Color Harmonies of #CE64C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE64C9

Black with #CE64C9

Text Example


Text Example

White with #CE64C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE64C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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