Html Css Color HEX #CC69EC Heliotrope

📋 copy color: '#CC69EC'

red 204 ◦ green 105 ◦ blue 236

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

Shades of Heliotrope #CC69EC

Tints of Heliotrope #CC69EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.3%

R = 37.43%
G = 19.27%
B = 43.3%

CMYK

 C value IS 0.14

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC69EC (or 0xCC69EC) is known color: Heliotrope. HEX triplet: CC, 69 and EC. RGB value is (204,105,236). Sum of RGB (Red+Green+Blue) = 204+105+236=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 105 (41.41% from 255 or 19.27% from 545); Blue value is 236 (92.58% from 255 or 43.30% from 545); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC69EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC69EC is #339613. Grayscale: #959595. Windows color (decimal): -3380756 or 15493580. OLE color: 15493580.

HSL color Cylindrical-coordinate representation of color #CC69EC: hue angle of 285.34º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC69EC is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 105 236 -
CMYK 0.14 0.56 0 0.07
HSL 285.34º 0.78% 0.67% -
HSV(B) 285.34º 0.56% 0.93% -
XYZ 45.09 29 82.58 -
YUV 149.54 176.8 166.85 -
System Red Green Blue C M Y K H S L
Decimal 204 105 236 0.14 0.56 0 0.07 285.34 0.78 0.67
Hex CC 69 EC E 38 0 7 11D 4E 43
Octal 314 151 354 16 70 0 7 435 116 103
Binary 11001100 1101001 11101100 1110 111000 0 111 100011101 1001110 1000011

Color Harmonies of #CC69EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC69EC

Black with #CC69EC

Text Example


Text Example

White with #CC69EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC69EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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