Html Css Color HEX #CC69FB Heliotrope

📋 copy color: '#CC69FB'

red 204 ◦ green 105 ◦ blue 251

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

Shades of Heliotrope #CC69FB

Tints of Heliotrope #CC69FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.82%

R = 36.43%
G = 18.75%
B = 44.82%

CMYK

 C value IS 0.19

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC69FB (or 0xCC69FB) is known color: Heliotrope. HEX triplet: CC, 69 and FB. RGB value is (204,105,251). Sum of RGB (Red+Green+Blue) = 204+105+251=560 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.43% from 560); Green value is 105 (41.41% from 255 or 18.75% from 560); Blue value is 251 (98.44% from 255 or 44.82% from 560); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC69FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC69FB is #339604. Grayscale: #969696. Windows color (decimal): -3380741 or 16476620. OLE color: 16476620.

HSL color Cylindrical-coordinate representation of color #CC69FB: hue angle of 280.68º degrees, saturation: 0.95, 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 #CC69FB is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 105 251 -
CMYK 0.19 0.58 0 0.02
HSL 280.68º 0.95% 0.7% -
HSV(B) 280.68º 0.58% 0.98% -
XYZ 47.37 29.91 94.54 -
YUV 151.25 184.3 165.63 -
System Red Green Blue C M Y K H S L
Decimal 204 105 251 0.19 0.58 0 0.02 280.68 0.95 0.7
Hex CC 69 FB 13 3A 0 2 119 5F 46
Octal 314 151 373 23 72 0 2 431 137 106
Binary 11001100 1101001 11111011 10011 111010 0 10 100011001 1011111 1000110

Color Harmonies of #CC69FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC69FB

Black with #CC69FB

Text Example


Text Example

White with #CC69FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC69FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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