Html Css Color HEX #C372ED Heliotrope

📋 copy color: '#C372ED'

red 195 ◦ green 114 ◦ blue 237

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

Shades of Heliotrope #C372ED

Tints of Heliotrope #C372ED

RGB

 RED value IS 195 (76.56% from 255) = 35.71%

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

 BLUE value IS 237 (92.97% from 255) = 43.41%

R = 35.71%
G = 20.88%
B = 43.41%

CMYK

 C value IS 0.18

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C372ED (or 0xC372ED) is known color: Heliotrope. HEX triplet: C3, 72 and ED. RGB value is (195,114,237). Sum of RGB (Red+Green+Blue) = 195+114+237=546 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.71% from 546); Green value is 114 (44.92% from 255 or 20.88% from 546); Blue value is 237 (92.97% from 255 or 43.41% from 546); Max value from RGB is 237 - color contains mainly: blue. Hex color #C372ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C372ED is #3C8D12. Grayscale: #979797. Windows color (decimal): -3968275 or 15561411. OLE color: 15561411.

HSL color Cylindrical-coordinate representation of color #C372ED: hue angle of 279.51º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C372ED is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 195 114 237 -
CMYK 0.18 0.52 0 0.07
HSL 279.51º 0.77% 0.69% -
HSV(B) 279.51º 0.52% 0.93% -
XYZ 43.81 29.75 83.55 -
YUV 152.24 175.84 158.5 -
System Red Green Blue C M Y K H S L
Decimal 195 114 237 0.18 0.52 0 0.07 279.51 0.77 0.69
Hex C3 72 ED 12 34 0 7 118 4D 45
Octal 303 162 355 22 64 0 7 430 115 105
Binary 11000011 1110010 11101101 10010 110100 0 111 100011000 1001101 1000101

Color Harmonies of #C372ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C372ED

Black with #C372ED

Text Example


Text Example

White with #C372ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C372ED; }

 p { color: rgb(195,114,237); }

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

background-color css

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

 a { background-color: rgb(195,114,237); }

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

border-color css

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

 span { border-color: rgb(195,114,237); }

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