Html Css Color HEX #C384FF Heliotrope

📋 copy color: '#C384FF'

red 195 ◦ green 132 ◦ blue 255

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

Shades of Heliotrope #C384FF

Tints of Heliotrope #C384FF

RGB

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

 GREEN value IS 132 (51.95% from 255) = 22.68%

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

R = 33.51%
G = 22.68%
B = 43.81%

CMYK

 C value IS 0.24

 M value IS 0.48

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C384FF (or 0xC384FF) is known color: Heliotrope. HEX triplet: C3, 84 and FF. RGB value is (195,132,255). Sum of RGB (Red+Green+Blue) = 195+132+255=582 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.51% from 582); Green value is 132 (51.95% from 255 or 22.68% from 582); Blue value is 255 (100% from 255 or 43.81% from 582); Max value from RGB is 255 - color contains mainly: blue. Hex color #C384FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C384FF is #3C7B00. Grayscale: #A4A4A4. Windows color (decimal): -3963649 or 16745667. OLE color: 16745667.

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

Color convert

RGB 195 132 255 -
CMYK 0.24 0.48 0 0
HSL 270.73º 1% 0.76% -
HSV(B) 270.73º 0.48% 1% -
XYZ 48.81 35.32 98.85 -
YUV 164.86 178.87 149.5 -
System Red Green Blue C M Y K H S L
Decimal 195 132 255 0.24 0.48 0 0 270.73 1 0.76
Hex C3 84 FF 18 30 0 0 10F 64 4C
Octal 303 204 377 30 60 0 0 417 144 114
Binary 11000011 10000100 11111111 11000 110000 0 0 100001111 1100100 1001100

Color Harmonies of #C384FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C384FF

Black with #C384FF

Text Example


Text Example

White with #C384FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C384FF; }

 p { color: rgb(195,132,255); }

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

background-color css

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

 a { background-color: rgb(195,132,255); }

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

border-color css

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

 span { border-color: rgb(195,132,255); }

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