Html Css Color HEX #C267FA Heliotrope

📋 copy color: '#C267FA'

red 194 ◦ green 103 ◦ blue 250

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

Shades of Heliotrope #C267FA

Tints of Heliotrope #C267FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.7%

R = 35.47%
G = 18.83%
B = 45.7%

CMYK

 C value IS 0.22

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C267FA (or 0xC267FA) is known color: Heliotrope. HEX triplet: C2, 67 and FA. RGB value is (194,103,250). Sum of RGB (Red+Green+Blue) = 194+103+250=547 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.47% from 547); Green value is 103 (40.62% from 255 or 18.83% from 547); Blue value is 250 (98.05% from 255 or 45.70% from 547); Max value from RGB is 250 - color contains mainly: blue. Hex color #C267FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C267FA is #3D9805. Grayscale: #929292. Windows color (decimal): -4036614 or 16410562. OLE color: 16410562.

HSL color Cylindrical-coordinate representation of color #C267FA: hue angle of 277.14º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C267FA is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 103 250 -
CMYK 0.22 0.59 0 0.02
HSL 277.14º 0.94% 0.69% -
HSV(B) 277.14º 0.59% 0.98% -
XYZ 44.35 28.07 93.52 -
YUV 146.97 186.15 161.55 -
System Red Green Blue C M Y K H S L
Decimal 194 103 250 0.22 0.59 0 0.02 277.14 0.94 0.69
Hex C2 67 FA 16 3B 0 2 115 5E 45
Octal 302 147 372 26 73 0 2 425 136 105
Binary 11000010 1100111 11111010 10110 111011 0 10 100010101 1011110 1000101

Color Harmonies of #C267FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C267FA

Black with #C267FA

Text Example


Text Example

White with #C267FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C267FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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