Html Css Color HEX #CC69EF Heliotrope

📋 copy color: '#CC69EF'

red 204 ◦ green 105 ◦ blue 239

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

Shades of Heliotrope #CC69EF

Tints of Heliotrope #CC69EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.61%

R = 37.23%
G = 19.16%
B = 43.61%

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

#CC69EF (or 0xCC69EF) is known color: Heliotrope. HEX triplet: CC, 69 and EF. RGB value is (204,105,239). Sum of RGB (Red+Green+Blue) = 204+105+239=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 105 (41.41% from 255 or 19.16% from 548); Blue value is 239 (93.75% from 255 or 43.61% from 548); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC69EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC69EF is #339610. Grayscale: #959595. Windows color (decimal): -3380753 or 15690188. OLE color: 15690188.

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

Color convert

RGB 204 105 239 -
CMYK 0.15 0.56 0 0.06
HSL 284.33º 0.81% 0.67% -
HSV(B) 284.33º 0.56% 0.94% -
XYZ 45.53 29.17 84.89 -
YUV 149.88 178.3 166.6 -
System Red Green Blue C M Y K H S L
Decimal 204 105 239 0.15 0.56 0 0.06 284.33 0.81 0.67
Hex CC 69 EF F 38 0 6 11C 51 43
Octal 314 151 357 17 70 0 6 434 121 103
Binary 11001100 1101001 11101111 1111 111000 0 110 100011100 1010001 1000011

Color Harmonies of #CC69EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC69EF

Black with #CC69EF

Text Example


Text Example

White with #CC69EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC69EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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