Html Css Color HEX #C268D5 Medium Orchid

📋 copy color: '#C268D5'

red 194 ◦ green 104 ◦ blue 213

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

Shades of Medium Orchid #C268D5

Tints of Medium Orchid #C268D5

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.35%

 BLUE value IS 213 (83.59% from 255) = 41.68%

R = 37.96%
G = 20.35%
B = 41.68%

CMYK

 C value IS 0.09

 M value IS 0.51

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C268D5 (or 0xC268D5) is known color: Medium Orchid. HEX triplet: C2, 68 and D5. RGB value is (194,104,213). Sum of RGB (Red+Green+Blue) = 194+104+213=511 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.96% from 511); Green value is 104 (41.02% from 255 or 20.35% from 511); Blue value is 213 (83.59% from 255 or 41.68% from 511); Max value from RGB is 213 - color contains mainly: blue. Hex color #C268D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C268D5 is #3D972A. Grayscale: #8E8E8E. Windows color (decimal): -4036395 or 13985986. OLE color: 13985986.

HSL color Cylindrical-coordinate representation of color #C268D5: hue angle of 289.54º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C268D5 is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 194 104 213 -
CMYK 0.09 0.51 0 0.16
HSL 289.54º 0.56% 0.62% -
HSV(B) 289.54º 0.51% 0.84% -
XYZ 39.21 26.17 65.94 -
YUV 143.34 167.32 164.14 -
System Red Green Blue C M Y K H S L
Decimal 194 104 213 0.09 0.51 0 0.16 289.54 0.56 0.62
Hex C2 68 D5 9 33 0 10 122 38 3E
Octal 302 150 325 11 63 0 20 442 70 76
Binary 11000010 1101000 11010101 1001 110011 0 10000 100100010 111000 111110

Color Harmonies of #C268D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C268D5

Black with #C268D5

Text Example


Text Example

White with #C268D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C268D5; }

 p { color: rgb(194,104,213); }

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

background-color css

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

 a { background-color: rgb(194,104,213); }

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

border-color css

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

 span { border-color: rgb(194,104,213); }

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