Html Css Color HEX #C267EF Medium Orchid

📋 copy color: '#C267EF'

red 194 ◦ green 103 ◦ blue 239

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

Shades of Medium Orchid #C267EF

Tints of Medium Orchid #C267EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.59%

R = 36.19%
G = 19.22%
B = 44.59%

CMYK

 C value IS 0.19

 M value IS 0.57

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C267EF (or 0xC267EF) is known color: Medium Orchid. HEX triplet: C2, 67 and EF. RGB value is (194,103,239). Sum of RGB (Red+Green+Blue) = 194+103+239=536 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.19% from 536); Green value is 103 (40.62% from 255 or 19.22% from 536); Blue value is 239 (93.75% from 255 or 44.59% from 536); Max value from RGB is 239 - color contains mainly: blue. Hex color #C267EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C267EF is #3D9810. Grayscale: #919191. Windows color (decimal): -4036625 or 15689666. OLE color: 15689666.

HSL color Cylindrical-coordinate representation of color #C267EF: hue angle of 280.15º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C267EF is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 194 103 239 -
CMYK 0.19 0.57 0 0.06
HSL 280.15º 0.81% 0.67% -
HSV(B) 280.15º 0.57% 0.94% -
XYZ 42.68 27.4 84.7 -
YUV 145.71 180.65 162.44 -
System Red Green Blue C M Y K H S L
Decimal 194 103 239 0.19 0.57 0 0.06 280.15 0.81 0.67
Hex C2 67 EF 13 39 0 6 118 51 43
Octal 302 147 357 23 71 0 6 430 121 103
Binary 11000010 1100111 11101111 10011 111001 0 110 100011000 1010001 1000011

Color Harmonies of #C267EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C267EF

Black with #C267EF

Text Example


Text Example

White with #C267EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C267EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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