Html Css Color HEX #CC8DFA Heliotrope

📋 copy color: '#CC8DFA'

red 204 ◦ green 141 ◦ blue 250

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

Shades of Heliotrope #CC8DFA

Tints of Heliotrope #CC8DFA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 23.7%

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

R = 34.29%
G = 23.7%
B = 42.02%

CMYK

 C value IS 0.18

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC8DFA (or 0xCC8DFA) is known color: Heliotrope. HEX triplet: CC, 8D and FA. RGB value is (204,141,250). Sum of RGB (Red+Green+Blue) = 204+141+250=595 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.29% from 595); Green value is 141 (55.47% from 255 or 23.70% from 595); Blue value is 250 (98.05% from 255 or 42.02% from 595); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC8DFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC8DFA is #337205. Grayscale: #ABABAB. Windows color (decimal): -3371526 or 16420300. OLE color: 16420300.

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

Color convert

RGB 204 141 250 -
CMYK 0.18 0.44 0 0.02
HSL 274.68º 0.92% 0.77% -
HSV(B) 274.68º 0.44% 0.98% -
XYZ 51.68 38.79 95.21 -
YUV 172.26 171.87 150.64 -
System Red Green Blue C M Y K H S L
Decimal 204 141 250 0.18 0.44 0 0.02 274.68 0.92 0.77
Hex CC 8D FA 12 2C 0 2 113 5C 4D
Octal 314 215 372 22 54 0 2 423 134 115
Binary 11001100 10001101 11111010 10010 101100 0 10 100010011 1011100 1001101

Color Harmonies of #CC8DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8DFA

Black with #CC8DFA

Text Example


Text Example

White with #CC8DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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