Html Css Color HEX #C685FC Heliotrope

📋 copy color: '#C685FC'

red 198 ◦ green 133 ◦ blue 252

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

Shades of Heliotrope #C685FC

Tints of Heliotrope #C685FC

RGB

 RED value IS 198 (77.73% from 255) = 33.96%

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

 BLUE value IS 252 (98.83% from 255) = 43.22%

R = 33.96%
G = 22.81%
B = 43.22%

CMYK

 C value IS 0.21

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C685FC (or 0xC685FC) is known color: Heliotrope. HEX triplet: C6, 85 and FC. RGB value is (198,133,252). Sum of RGB (Red+Green+Blue) = 198+133+252=583 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.96% from 583); Green value is 133 (52.34% from 255 or 22.81% from 583); Blue value is 252 (98.83% from 255 or 43.22% from 583); Max value from RGB is 252 - color contains mainly: blue. Hex color #C685FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C685FC is #397A03. Grayscale: #A5A5A5. Windows color (decimal): -3766788 or 16549318. OLE color: 16549318.

HSL color Cylindrical-coordinate representation of color #C685FC: hue angle of 272.77º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C685FC is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 198 133 252 -
CMYK 0.21 0.47 0 0.01
HSL 272.77º 0.95% 0.75% -
HSV(B) 272.77º 0.47% 0.99% -
XYZ 49.25 35.81 96.41 -
YUV 166 176.53 150.82 -
System Red Green Blue C M Y K H S L
Decimal 198 133 252 0.21 0.47 0 0.01 272.77 0.95 0.75
Hex C6 85 FC 15 2F 0 1 111 5F 4B
Octal 306 205 374 25 57 0 1 421 137 113
Binary 11000110 10000101 11111100 10101 101111 0 1 100010001 1011111 1001011

Color Harmonies of #C685FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C685FC

Black with #C685FC

Text Example


Text Example

White with #C685FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C685FC; }

 p { color: rgb(198,133,252); }

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

background-color css

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

 a { background-color: rgb(198,133,252); }

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

border-color css

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

 span { border-color: rgb(198,133,252); }

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