Html Css Color HEX #CC8CFA Heliotrope

📋 copy color: '#CC8CFA'

red 204 ◦ green 140 ◦ blue 250

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

Shades of Heliotrope #CC8CFA

Tints of Heliotrope #CC8CFA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 23.57%

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

R = 34.34%
G = 23.57%
B = 42.09%

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

#CC8CFA (or 0xCC8CFA) is known color: Heliotrope. HEX triplet: CC, 8C and FA. RGB value is (204,140,250). Sum of RGB (Red+Green+Blue) = 204+140+250=594 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.34% from 594); Green value is 140 (55.08% from 255 or 23.57% from 594); Blue value is 250 (98.05% from 255 or 42.09% from 594); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC8CFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC8CFA is #337305. Grayscale: #ABABAB. Windows color (decimal): -3371782 or 16420044. OLE color: 16420044.

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

Color convert

RGB 204 140 250 -
CMYK 0.18 0.44 0 0.02
HSL 274.91º 0.92% 0.76% -
HSV(B) 274.91º 0.44% 0.98% -
XYZ 51.54 38.5 95.16 -
YUV 171.68 172.2 151.06 -
System Red Green Blue C M Y K H S L
Decimal 204 140 250 0.18 0.44 0 0.02 274.91 0.92 0.76
Hex CC 8C FA 12 2C 0 2 113 5C 4C
Octal 314 214 372 22 54 0 2 423 134 114
Binary 11001100 10001100 11111010 10010 101100 0 10 100010011 1011100 1001100

Color Harmonies of #CC8CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8CFA

Black with #CC8CFA

Text Example


Text Example

White with #CC8CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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