Html Css Color HEX #CC69F0 Heliotrope

📋 copy color: '#CC69F0'

red 204 ◦ green 105 ◦ blue 240

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

Shades of Heliotrope #CC69F0

Tints of Heliotrope #CC69F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 43.72%

R = 37.16%
G = 19.13%
B = 43.72%

CMYK

 C value IS 0.15

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CC69F0 (or 0xCC69F0) is known color: Heliotrope. HEX triplet: CC, 69 and F0. RGB value is (204,105,240). Sum of RGB (Red+Green+Blue) = 204+105+240=549 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.16% from 549); Green value is 105 (41.41% from 255 or 19.13% from 549); Blue value is 240 (94.14% from 255 or 43.72% from 549); Max value from RGB is 240 - color contains mainly: blue. Hex color #CC69F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC69F0 is #33960F. Grayscale: #959595. Windows color (decimal): -3380752 or 15755724. OLE color: 15755724.

HSL color Cylindrical-coordinate representation of color #CC69F0: hue angle of 284º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC69F0 is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 105 240 -
CMYK 0.15 0.56 0 0.06
HSL 284º 0.82% 0.68% -
HSV(B) 284º 0.56% 0.94% -
XYZ 45.68 29.23 85.67 -
YUV 149.99 178.8 166.52 -
System Red Green Blue C M Y K H S L
Decimal 204 105 240 0.15 0.56 0 0.06 284 0.82 0.68
Hex CC 69 F0 F 38 0 6 11C 52 44
Octal 314 151 360 17 70 0 6 434 122 104
Binary 11001100 1101001 11110000 1111 111000 0 110 100011100 1010010 1000100

Color Harmonies of #CC69F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC69F0

Black with #CC69F0

Text Example


Text Example

White with #CC69F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC69F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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