Html Css Color HEX #CC65EF Heliotrope

📋 copy color: '#CC65EF'

red 204 ◦ green 101 ◦ blue 239

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

Shades of Heliotrope #CC65EF

Tints of Heliotrope #CC65EF

RGB

 RED value IS 204 (80.08% from 255) = 37.5%

 GREEN value IS 101 (39.84% from 255) = 18.57%

 BLUE value IS 239 (93.75% from 255) = 43.93%

R = 37.5%
G = 18.57%
B = 43.93%

CMYK

 C value IS 0.15

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CC65EF (or 0xCC65EF) is known color: Heliotrope. HEX triplet: CC, 65 and EF. RGB value is (204,101,239). Sum of RGB (Red+Green+Blue) = 204+101+239=544 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.5% from 544); Green value is 101 (39.84% from 255 or 18.57% from 544); Blue value is 239 (93.75% from 255 or 43.93% from 544); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC65EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC65EF is #339A10. Grayscale: #939393. Windows color (decimal): -3381777 or 15689164. OLE color: 15689164.

HSL color Cylindrical-coordinate representation of color #CC65EF: hue angle of 284.78º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CC65EF is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 101 239 -
CMYK 0.15 0.58 0 0.06
HSL 284.78º 0.81% 0.67% -
HSV(B) 284.78º 0.58% 0.94% -
XYZ 45.14 28.38 84.76 -
YUV 147.53 179.62 168.28 -
System Red Green Blue C M Y K H S L
Decimal 204 101 239 0.15 0.58 0 0.06 284.78 0.81 0.67
Hex CC 65 EF F 3A 0 6 11D 51 43
Octal 314 145 357 17 72 0 6 435 121 103
Binary 11001100 1100101 11101111 1111 111010 0 110 100011101 1010001 1000011

Color Harmonies of #CC65EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC65EF

Black with #CC65EF

Text Example


Text Example

White with #CC65EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC65EF; }

 p { color: rgb(204,101,239); }

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

background-color css

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

 a { background-color: rgb(204,101,239); }

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

border-color css

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

 span { border-color: rgb(204,101,239); }

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