Html Css Color HEX #CC65F3 Heliotrope

📋 copy color: '#CC65F3'

red 204 ◦ green 101 ◦ blue 243

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

Shades of Heliotrope #CC65F3

Tints of Heliotrope #CC65F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 44.34%

R = 37.23%
G = 18.43%
B = 44.34%

CMYK

 C value IS 0.16

 M value IS 0.58

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CC65F3 (or 0xCC65F3) is known color: Heliotrope. HEX triplet: CC, 65 and F3. RGB value is (204,101,243). Sum of RGB (Red+Green+Blue) = 204+101+243=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 101 (39.84% from 255 or 18.43% from 548); Blue value is 243 (95.31% from 255 or 44.34% from 548); Max value from RGB is 243 - color contains mainly: blue. Hex color #CC65F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC65F3 is #339A0C. Grayscale: #939393. Windows color (decimal): -3381773 or 15951308. OLE color: 15951308.

HSL color Cylindrical-coordinate representation of color #CC65F3: hue angle of 283.52º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CC65F3 is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 101 243 -
CMYK 0.16 0.58 0 0.05
HSL 283.52º 0.86% 0.67% -
HSV(B) 283.52º 0.58% 0.95% -
XYZ 45.73 28.62 87.91 -
YUV 147.99 181.62 167.95 -
System Red Green Blue C M Y K H S L
Decimal 204 101 243 0.16 0.58 0 0.05 283.52 0.86 0.67
Hex CC 65 F3 10 3A 0 5 11C 56 43
Octal 314 145 363 20 72 0 5 434 126 103
Binary 11001100 1100101 11110011 10000 111010 0 101 100011100 1010110 1000011

Color Harmonies of #CC65F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC65F3

Black with #CC65F3

Text Example


Text Example

White with #CC65F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC65F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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