Html Css Color HEX #C967FD Heliotrope

📋 copy color: '#C967FD'

red 201 ◦ green 103 ◦ blue 253

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

Shades of Heliotrope #C967FD

Tints of Heliotrope #C967FD

RGB

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

 GREEN value IS 103 (40.63% from 255) = 18.49%

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

R = 36.09%
G = 18.49%
B = 45.42%

CMYK

 C value IS 0.21

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C967FD (or 0xC967FD) is known color: Heliotrope. HEX triplet: C9, 67 and FD. RGB value is (201,103,253). Sum of RGB (Red+Green+Blue) = 201+103+253=557 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.09% from 557); Green value is 103 (40.62% from 255 or 18.49% from 557); Blue value is 253 (99.22% from 255 or 45.42% from 557); Max value from RGB is 253 - color contains mainly: blue. Hex color #C967FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C967FD is #369802. Grayscale: #949494. Windows color (decimal): -3577859 or 16607177. OLE color: 16607177.

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

Color convert

RGB 201 103 253 -
CMYK 0.21 0.59 0 0.01
HSL 279.2º 0.97% 0.7% -
HSV(B) 279.2º 0.59% 0.99% -
XYZ 46.67 29.21 96.11 -
YUV 149.4 186.47 164.8 -
System Red Green Blue C M Y K H S L
Decimal 201 103 253 0.21 0.59 0 0.01 279.2 0.97 0.7
Hex C9 67 FD 15 3B 0 1 117 61 46
Octal 311 147 375 25 73 0 1 427 141 106
Binary 11001001 1100111 11111101 10101 111011 0 1 100010111 1100001 1000110

Color Harmonies of #C967FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C967FD

Black with #C967FD

Text Example


Text Example

White with #C967FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C967FD; }

 p { color: rgb(201,103,253); }

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

background-color css

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

 a { background-color: rgb(201,103,253); }

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

border-color css

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

 span { border-color: rgb(201,103,253); }

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