Html Css Color HEX #C948FF Heliotrope

📋 copy color: '#C948FF'

red 201 ◦ green 72 ◦ blue 255

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

Shades of Heliotrope #C948FF

Tints of Heliotrope #C948FF

RGB

 RED value IS 201 (78.91% from 255) = 38.07%

 GREEN value IS 72 (28.52% from 255) = 13.64%

 BLUE value IS 255 (100% from 255) = 48.3%

R = 38.07%
G = 13.64%
B = 48.3%

CMYK

 C value IS 0.21

 M value IS 0.72

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C948FF (or 0xC948FF) is known color: Heliotrope. HEX triplet: C9, 48 and FF. RGB value is (201,72,255). Sum of RGB (Red+Green+Blue) = 201+72+255=528 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.07% from 528); Green value is 72 (28.52% from 255 or 13.64% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #C948FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C948FF is #36B700. Grayscale: #828282. Windows color (decimal): -3585793 or 16730313. OLE color: 16730313.

HSL color Cylindrical-coordinate representation of color #C948FF: hue angle of 282.3º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C948FF is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 201 72 255 -
CMYK 0.21 0.72 0 0
HSL 282.3º 1% 0.64% -
HSV(B) 282.3º 0.72% 1% -
XYZ 44.45 24.27 96.95 -
YUV 131.43 197.74 177.62 -
System Red Green Blue C M Y K H S L
Decimal 201 72 255 0.21 0.72 0 0 282.3 1 0.64
Hex C9 48 FF 15 48 0 0 11A 64 40
Octal 311 110 377 25 110 0 0 432 144 100
Binary 11001001 1001000 11111111 10101 1001000 0 0 100011010 1100100 1000000

Color Harmonies of #C948FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C948FF

Black with #C948FF

Text Example


Text Example

White with #C948FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C948FF; }

 p { color: rgb(201,72,255); }

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

background-color css

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

 a { background-color: rgb(201,72,255); }

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

border-color css

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

 span { border-color: rgb(201,72,255); }

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