Html Css Color HEX #C069FD Heliotrope

📋 copy color: '#C069FD'

red 192 ◦ green 105 ◦ blue 253

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

Shades of Heliotrope #C069FD

Tints of Heliotrope #C069FD

RGB

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

 GREEN value IS 105 (41.41% from 255) = 19.09%

 BLUE value IS 253 (99.22% from 255) = 46%

R = 34.91%
G = 19.09%
B = 46%

CMYK

 C value IS 0.24

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C069FD (or 0xC069FD) is known color: Heliotrope. HEX triplet: C0, 69 and FD. RGB value is (192,105,253). Sum of RGB (Red+Green+Blue) = 192+105+253=550 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.91% from 550); Green value is 105 (41.41% from 255 or 19.09% from 550); Blue value is 253 (99.22% from 255 or 46% from 550); Max value from RGB is 253 - color contains mainly: blue. Hex color #C069FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C069FD is #3F9602. Grayscale: #939393. Windows color (decimal): -4167171 or 16607680. OLE color: 16607680.

HSL color Cylindrical-coordinate representation of color #C069FD: hue angle of 275.27º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C069FD is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 192 105 253 -
CMYK 0.24 0.58 0 0.01
HSL 275.27º 0.97% 0.7% -
HSV(B) 275.27º 0.58% 0.99% -
XYZ 44.52 28.4 96.06 -
YUV 147.89 187.32 159.47 -
System Red Green Blue C M Y K H S L
Decimal 192 105 253 0.24 0.58 0 0.01 275.27 0.97 0.7
Hex C0 69 FD 18 3A 0 1 113 61 46
Octal 300 151 375 30 72 0 1 423 141 106
Binary 11000000 1101001 11111101 11000 111010 0 1 100010011 1100001 1000110

Color Harmonies of #C069FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C069FD

Black with #C069FD

Text Example


Text Example

White with #C069FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C069FD; }

 p { color: rgb(192,105,253); }

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

background-color css

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

 a { background-color: rgb(192,105,253); }

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

border-color css

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

 span { border-color: rgb(192,105,253); }

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