Html Css Color HEX #CC85F7 Heliotrope

📋 copy color: '#CC85F7'

red 204 ◦ green 133 ◦ blue 247

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

Shades of Heliotrope #CC85F7

Tints of Heliotrope #CC85F7

RGB

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

 GREEN value IS 133 (52.34% from 255) = 22.77%

 BLUE value IS 247 (96.88% from 255) = 42.29%

R = 34.93%
G = 22.77%
B = 42.29%

CMYK

 C value IS 0.17

 M value IS 0.46

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CC85F7 (or 0xCC85F7) is known color: Heliotrope. HEX triplet: CC, 85 and F7. RGB value is (204,133,247). Sum of RGB (Red+Green+Blue) = 204+133+247=584 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.93% from 584); Green value is 133 (52.34% from 255 or 22.77% from 584); Blue value is 247 (96.88% from 255 or 42.29% from 584); Max value from RGB is 247 - color contains mainly: blue. Hex color #CC85F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC85F7 is #337A08. Grayscale: #A6A6A6. Windows color (decimal): -3373577 or 16221644. OLE color: 16221644.

HSL color Cylindrical-coordinate representation of color #CC85F7: hue angle of 277.37º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CC85F7 is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 133 247 -
CMYK 0.17 0.46 0 0.03
HSL 277.37º 0.88% 0.75% -
HSV(B) 277.37º 0.46% 0.97% -
XYZ 50.08 36.33 92.37 -
YUV 167.23 173.02 154.23 -
System Red Green Blue C M Y K H S L
Decimal 204 133 247 0.17 0.46 0 0.03 277.37 0.88 0.75
Hex CC 85 F7 11 2E 0 3 115 58 4B
Octal 314 205 367 21 56 0 3 425 130 113
Binary 11001100 10000101 11110111 10001 101110 0 11 100010101 1011000 1001011

Color Harmonies of #CC85F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC85F7

Black with #CC85F7

Text Example


Text Example

White with #CC85F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC85F7; }

 p { color: rgb(204,133,247); }

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

background-color css

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

 a { background-color: rgb(204,133,247); }

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

border-color css

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

 span { border-color: rgb(204,133,247); }

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