Html Css Color HEX #C065FB Heliotrope

📋 copy color: '#C065FB'

red 192 ◦ green 101 ◦ blue 251

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

Shades of Heliotrope #C065FB

Tints of Heliotrope #C065FB

RGB

 RED value IS 192 (75.39% from 255) = 35.29%

 GREEN value IS 101 (39.84% from 255) = 18.57%

 BLUE value IS 251 (98.44% from 255) = 46.14%

R = 35.29%
G = 18.57%
B = 46.14%

CMYK

 C value IS 0.24

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C065FB (or 0xC065FB) is known color: Heliotrope. HEX triplet: C0, 65 and FB. RGB value is (192,101,251). Sum of RGB (Red+Green+Blue) = 192+101+251=544 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.29% from 544); Green value is 101 (39.84% from 255 or 18.57% from 544); Blue value is 251 (98.44% from 255 or 46.14% from 544); Max value from RGB is 251 - color contains mainly: blue. Hex color #C065FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C065FB is #3F9A04. Grayscale: #909090. Windows color (decimal): -4168197 or 16475584. OLE color: 16475584.

HSL color Cylindrical-coordinate representation of color #C065FB: hue angle of 276.4º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C065FB is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 101 251 -
CMYK 0.24 0.60 0 0.02
HSL 276.4º 0.95% 0.69% -
HSV(B) 276.4º 0.6% 0.98% -
XYZ 43.8 27.48 94.26 -
YUV 145.31 187.65 161.3 -
System Red Green Blue C M Y K H S L
Decimal 192 101 251 0.24 0.60 0 0.02 276.4 0.95 0.69
Hex C0 65 FB 18 3C 0 2 114 5F 45
Octal 300 145 373 30 74 0 2 424 137 105
Binary 11000000 1100101 11111011 11000 111100 0 10 100010100 1011111 1000101

Color Harmonies of #C065FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C065FB

Black with #C065FB

Text Example


Text Example

White with #C065FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C065FB; }

 p { color: rgb(192,101,251); }

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

background-color css

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

 a { background-color: rgb(192,101,251); }

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

border-color css

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

 span { border-color: rgb(192,101,251); }

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