Html Css Color HEX #C675EA Heliotrope

📋 copy color: '#C675EA'

red 198 ◦ green 117 ◦ blue 234

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

Shades of Heliotrope #C675EA

Tints of Heliotrope #C675EA

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.31%

 BLUE value IS 234 (91.8% from 255) = 42.62%

R = 36.07%
G = 21.31%
B = 42.62%

CMYK

 C value IS 0.15

 M value IS 0.5

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C675EA (or 0xC675EA) is known color: Heliotrope. HEX triplet: C6, 75 and EA. RGB value is (198,117,234). Sum of RGB (Red+Green+Blue) = 198+117+234=549 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.07% from 549); Green value is 117 (46.09% from 255 or 21.31% from 549); Blue value is 234 (91.80% from 255 or 42.62% from 549); Max value from RGB is 234 - color contains mainly: blue. Hex color #C675EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C675EA is #398A15. Grayscale: #9A9A9A. Windows color (decimal): -3770902 or 15365574. OLE color: 15365574.

HSL color Cylindrical-coordinate representation of color #C675EA: hue angle of 281.54º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C675EA is Cyan = 0.15, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 198 117 234 -
CMYK 0.15 0.5 0 0.08
HSL 281.54º 0.74% 0.69% -
HSV(B) 281.54º 0.5% 0.92% -
XYZ 44.5 30.67 81.42 -
YUV 154.56 172.84 158.99 -
System Red Green Blue C M Y K H S L
Decimal 198 117 234 0.15 0.5 0 0.08 281.54 0.74 0.69
Hex C6 75 EA F 32 0 8 11A 4A 45
Octal 306 165 352 17 62 0 10 432 112 105
Binary 11000110 1110101 11101010 1111 110010 0 1000 100011010 1001010 1000101

Color Harmonies of #C675EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C675EA

Black with #C675EA

Text Example


Text Example

White with #C675EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C675EA; }

 p { color: rgb(198,117,234); }

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

background-color css

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

 a { background-color: rgb(198,117,234); }

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

border-color css

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

 span { border-color: rgb(198,117,234); }

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