Html Css Color HEX #CC6DFA Heliotrope

📋 copy color: '#CC6DFA'

red 204 ◦ green 109 ◦ blue 250

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

Shades of Heliotrope #CC6DFA

Tints of Heliotrope #CC6DFA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 19.36%

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

R = 36.23%
G = 19.36%
B = 44.4%

CMYK

 C value IS 0.18

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC6DFA (or 0xCC6DFA) is known color: Heliotrope. HEX triplet: CC, 6D and FA. RGB value is (204,109,250). Sum of RGB (Red+Green+Blue) = 204+109+250=563 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.23% from 563); Green value is 109 (42.97% from 255 or 19.36% from 563); Blue value is 250 (98.05% from 255 or 44.40% from 563); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC6DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC6DFA is #339205. Grayscale: #999999. Windows color (decimal): -3379718 or 16412108. OLE color: 16412108.

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

Color convert

RGB 204 109 250 -
CMYK 0.18 0.56 0 0.02
HSL 280.43º 0.93% 0.7% -
HSV(B) 280.43º 0.56% 0.98% -
XYZ 47.63 30.68 93.85 -
YUV 153.48 182.47 164.04 -
System Red Green Blue C M Y K H S L
Decimal 204 109 250 0.18 0.56 0 0.02 280.43 0.93 0.7
Hex CC 6D FA 12 38 0 2 118 5D 46
Octal 314 155 372 22 70 0 2 430 135 106
Binary 11001100 1101101 11111010 10010 111000 0 10 100011000 1011101 1000110

Color Harmonies of #CC6DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6DFA

Black with #CC6DFA

Text Example


Text Example

White with #CC6DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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