Html Css Color HEX #CC69FA Heliotrope

📋 copy color: '#CC69FA'

red 204 ◦ green 105 ◦ blue 250

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

Shades of Heliotrope #CC69FA

Tints of Heliotrope #CC69FA

RGB

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

 GREEN value IS 105 (41.41% from 255) = 18.78%

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

R = 36.49%
G = 18.78%
B = 44.72%

CMYK

 C value IS 0.18

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC69FA (or 0xCC69FA) is known color: Heliotrope. HEX triplet: CC, 69 and FA. RGB value is (204,105,250). Sum of RGB (Red+Green+Blue) = 204+105+250=559 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.49% from 559); Green value is 105 (41.41% from 255 or 18.78% from 559); Blue value is 250 (98.05% from 255 or 44.72% from 559); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC69FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC69FA is #339605. Grayscale: #969696. Windows color (decimal): -3380742 or 16411084. OLE color: 16411084.

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

Color convert

RGB 204 105 250 -
CMYK 0.18 0.58 0 0.02
HSL 280.97º 0.94% 0.7% -
HSV(B) 280.97º 0.58% 0.98% -
XYZ 47.21 29.84 93.71 -
YUV 151.13 183.8 165.71 -
System Red Green Blue C M Y K H S L
Decimal 204 105 250 0.18 0.58 0 0.02 280.97 0.94 0.7
Hex CC 69 FA 12 3A 0 2 119 5E 46
Octal 314 151 372 22 72 0 2 431 136 106
Binary 11001100 1101001 11111010 10010 111010 0 10 100011001 1011110 1000110

Color Harmonies of #CC69FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC69FA

Black with #CC69FA

Text Example


Text Example

White with #CC69FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC69FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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