Html Css Color HEX #C685FD Heliotrope

📋 copy color: '#C685FD'

red 198 ◦ green 133 ◦ blue 253

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

Shades of Heliotrope #C685FD

Tints of Heliotrope #C685FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 43.32%

R = 33.9%
G = 22.77%
B = 43.32%

CMYK

 C value IS 0.22

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C685FD (or 0xC685FD) is known color: Heliotrope. HEX triplet: C6, 85 and FD. RGB value is (198,133,253). Sum of RGB (Red+Green+Blue) = 198+133+253=584 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.90% from 584); Green value is 133 (52.34% from 255 or 22.77% from 584); Blue value is 253 (99.22% from 255 or 43.32% from 584); Max value from RGB is 253 - color contains mainly: blue. Hex color #C685FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C685FD is #397A02. Grayscale: #A5A5A5. Windows color (decimal): -3766787 or 16614854. OLE color: 16614854.

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

Color convert

RGB 198 133 253 -
CMYK 0.22 0.47 0 0.01
HSL 272.5º 0.97% 0.76% -
HSV(B) 272.5º 0.47% 0.99% -
XYZ 49.41 35.87 97.25 -
YUV 166.12 177.03 150.74 -
System Red Green Blue C M Y K H S L
Decimal 198 133 253 0.22 0.47 0 0.01 272.5 0.97 0.76
Hex C6 85 FD 16 2F 0 1 110 61 4C
Octal 306 205 375 26 57 0 1 420 141 114
Binary 11000110 10000101 11111101 10110 101111 0 1 100010000 1100001 1001100

Color Harmonies of #C685FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C685FD

Black with #C685FD

Text Example


Text Example

White with #C685FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C685FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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