Html Css Color HEX #C672FD Heliotrope

📋 copy color: '#C672FD'

red 198 ◦ green 114 ◦ blue 253

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

Shades of Heliotrope #C672FD

Tints of Heliotrope #C672FD

RGB

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

 GREEN value IS 114 (44.92% from 255) = 20.18%

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

R = 35.04%
G = 20.18%
B = 44.78%

CMYK

 C value IS 0.22

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C672FD (or 0xC672FD) is known color: Heliotrope. HEX triplet: C6, 72 and FD. RGB value is (198,114,253). Sum of RGB (Red+Green+Blue) = 198+114+253=565 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.04% from 565); Green value is 114 (44.92% from 255 or 20.18% from 565); Blue value is 253 (99.22% from 255 or 44.78% from 565); Max value from RGB is 253 - color contains mainly: blue. Hex color #C672FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C672FD is #398D02. Grayscale: #9A9A9A. Windows color (decimal): -3771651 or 16609990. OLE color: 16609990.

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

Color convert

RGB 198 114 253 -
CMYK 0.22 0.55 0 0.01
HSL 276.26º 0.97% 0.72% -
HSV(B) 276.26º 0.55% 0.99% -
XYZ 47.04 31.13 96.46 -
YUV 154.96 183.33 158.7 -
System Red Green Blue C M Y K H S L
Decimal 198 114 253 0.22 0.55 0 0.01 276.26 0.97 0.72
Hex C6 72 FD 16 37 0 1 114 61 48
Octal 306 162 375 26 67 0 1 424 141 110
Binary 11000110 1110010 11111101 10110 110111 0 1 100010100 1100001 1001000

Color Harmonies of #C672FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C672FD

Black with #C672FD

Text Example


Text Example

White with #C672FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C672FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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