Html Css Color HEX #CC4CFA Heliotrope

📋 copy color: '#CC4CFA'

red 204 ◦ green 76 ◦ blue 250

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

Shades of Heliotrope #CC4CFA

Tints of Heliotrope #CC4CFA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.34%

 BLUE value IS 250 (98.05% from 255) = 47.17%

R = 38.49%
G = 14.34%
B = 47.17%

CMYK

 C value IS 0.18

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC4CFA (or 0xCC4CFA) is known color: Heliotrope. HEX triplet: CC, 4C and FA. RGB value is (204,76,250). Sum of RGB (Red+Green+Blue) = 204+76+250=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 76 (30.08% from 255 or 14.34% from 530); Blue value is 250 (98.05% from 255 or 47.17% from 530); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC4CFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC4CFA is #33B305. Grayscale: #858585. Windows color (decimal): -3388166 or 16403660. OLE color: 16403660.

HSL color Cylindrical-coordinate representation of color #CC4CFA: hue angle of 284.14º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC4CFA is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 76 250 -
CMYK 0.18 0.70 0 0.02
HSL 284.14º 0.95% 0.64% -
HSV(B) 284.14º 0.7% 0.98% -
XYZ 44.74 24.91 92.89 -
YUV 134.11 193.41 177.85 -
System Red Green Blue C M Y K H S L
Decimal 204 76 250 0.18 0.70 0 0.02 284.14 0.95 0.64
Hex CC 4C FA 12 46 0 2 11C 5F 40
Octal 314 114 372 22 106 0 2 434 137 100
Binary 11001100 1001100 11111010 10010 1000110 0 10 100011100 1011111 1000000

Color Harmonies of #CC4CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4CFA

Black with #CC4CFA

Text Example


Text Example

White with #CC4CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4CFA; }

 p { color: rgb(204,76,250); }

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

background-color css

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

 a { background-color: rgb(204,76,250); }

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

border-color css

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

 span { border-color: rgb(204,76,250); }

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