Html Css Color HEX #CC85F3 Heliotrope

📋 copy color: '#CC85F3'

red 204 ◦ green 133 ◦ blue 243

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

Shades of Heliotrope #CC85F3

Tints of Heliotrope #CC85F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 41.9%

R = 35.17%
G = 22.93%
B = 41.9%

CMYK

 C value IS 0.16

 M value IS 0.45

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CC85F3 (or 0xCC85F3) is known color: Heliotrope. HEX triplet: CC, 85 and F3. RGB value is (204,133,243). Sum of RGB (Red+Green+Blue) = 204+133+243=580 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.17% from 580); Green value is 133 (52.34% from 255 or 22.93% from 580); Blue value is 243 (95.31% from 255 or 41.90% from 580); Max value from RGB is 243 - color contains mainly: blue. Hex color #CC85F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC85F3 is #337A0C. Grayscale: #A6A6A6. Windows color (decimal): -3373581 or 15959500. OLE color: 15959500.

HSL color Cylindrical-coordinate representation of color #CC85F3: hue angle of 278.73º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CC85F3 is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 133 243 -
CMYK 0.16 0.45 0 0.05
HSL 278.73º 0.82% 0.74% -
HSV(B) 278.73º 0.45% 0.95% -
XYZ 49.47 36.08 89.15 -
YUV 166.77 171.02 154.56 -
System Red Green Blue C M Y K H S L
Decimal 204 133 243 0.16 0.45 0 0.05 278.73 0.82 0.74
Hex CC 85 F3 10 2D 0 5 117 52 4A
Octal 314 205 363 20 55 0 5 427 122 112
Binary 11001100 10000101 11110011 10000 101101 0 101 100010111 1010010 1001010

Color Harmonies of #CC85F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC85F3

Black with #CC85F3

Text Example


Text Example

White with #CC85F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC85F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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