Html Css Color HEX #C267FD Heliotrope

📋 copy color: '#C267FD'

red 194 ◦ green 103 ◦ blue 253

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

Shades of Heliotrope #C267FD

Tints of Heliotrope #C267FD

RGB

 RED value IS 194 (76.17% from 255) = 35.27%

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

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

R = 35.27%
G = 18.73%
B = 46%

CMYK

 C value IS 0.23

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C267FD (or 0xC267FD) is known color: Heliotrope. HEX triplet: C2, 67 and FD. RGB value is (194,103,253). Sum of RGB (Red+Green+Blue) = 194+103+253=550 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.27% from 550); Green value is 103 (40.62% from 255 or 18.73% 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 #C267FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C267FD is #3D9802. Grayscale: #929292. Windows color (decimal): -4036611 or 16607170. OLE color: 16607170.

HSL color Cylindrical-coordinate representation of color #C267FD: hue angle of 276.4º 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 #C267FD is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 194 103 253 -
CMYK 0.23 0.59 0 0.01
HSL 276.4º 0.97% 0.7% -
HSV(B) 276.4º 0.59% 0.99% -
XYZ 44.83 28.26 96.02 -
YUV 147.31 187.65 161.3 -
System Red Green Blue C M Y K H S L
Decimal 194 103 253 0.23 0.59 0 0.01 276.4 0.97 0.7
Hex C2 67 FD 17 3B 0 1 114 61 46
Octal 302 147 375 27 73 0 1 424 141 106
Binary 11000010 1100111 11111101 10111 111011 0 1 100010100 1100001 1000110

Color Harmonies of #C267FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C267FD

Black with #C267FD

Text Example


Text Example

White with #C267FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C267FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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