Html Css Color HEX #C67CFD Heliotrope

📋 copy color: '#C67CFD'

red 198 ◦ green 124 ◦ blue 253

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

Shades of Heliotrope #C67CFD

Tints of Heliotrope #C67CFD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 21.57%

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

R = 34.43%
G = 21.57%
B = 44%

CMYK

 C value IS 0.22

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C67CFD (or 0xC67CFD) is known color: Heliotrope. HEX triplet: C6, 7C and FD. RGB value is (198,124,253). Sum of RGB (Red+Green+Blue) = 198+124+253=575 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.43% from 575); Green value is 124 (48.83% from 255 or 21.57% from 575); Blue value is 253 (99.22% from 255 or 44% from 575); Max value from RGB is 253 - color contains mainly: blue. Hex color #C67CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C67CFD is #398302. Grayscale: #A0A0A0. Windows color (decimal): -3769091 or 16612550. OLE color: 16612550.

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

Color convert

RGB 198 124 253 -
CMYK 0.22 0.51 0 0.01
HSL 274.42º 0.97% 0.74% -
HSV(B) 274.42º 0.51% 0.99% -
XYZ 48.23 33.51 96.86 -
YUV 160.83 180.02 154.51 -
System Red Green Blue C M Y K H S L
Decimal 198 124 253 0.22 0.51 0 0.01 274.42 0.97 0.74
Hex C6 7C FD 16 33 0 1 112 61 4A
Octal 306 174 375 26 63 0 1 422 141 112
Binary 11000110 1111100 11111101 10110 110011 0 1 100010010 1100001 1001010

Color Harmonies of #C67CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67CFD

Black with #C67CFD

Text Example


Text Example

White with #C67CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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