Html Css Color HEX #C267DA Medium Orchid

📋 copy color: '#C267DA'

red 194 ◦ green 103 ◦ blue 218

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

Shades of Medium Orchid #C267DA

Tints of Medium Orchid #C267DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.33%

R = 37.67%
G = 20%
B = 42.33%

CMYK

 C value IS 0.11

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C267DA (or 0xC267DA) is known color: Medium Orchid. HEX triplet: C2, 67 and DA. RGB value is (194,103,218). Sum of RGB (Red+Green+Blue) = 194+103+218=515 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.67% from 515); Green value is 103 (40.62% from 255 or 20% from 515); Blue value is 218 (85.55% from 255 or 42.33% from 515); Max value from RGB is 218 - color contains mainly: blue. Hex color #C267DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C267DA is #3D9825. Grayscale: #8E8E8E. Windows color (decimal): -4036646 or 14313410. OLE color: 14313410.

HSL color Cylindrical-coordinate representation of color #C267DA: hue angle of 287.48º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C267DA is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 103 218 -
CMYK 0.11 0.53 0 0.15
HSL 287.48º 0.61% 0.63% -
HSV(B) 287.48º 0.53% 0.85% -
XYZ 39.75 26.23 69.3 -
YUV 143.32 170.15 164.15 -
System Red Green Blue C M Y K H S L
Decimal 194 103 218 0.11 0.53 0 0.15 287.48 0.61 0.63
Hex C2 67 DA B 35 0 F 11F 3D 3F
Octal 302 147 332 13 65 0 17 437 75 77
Binary 11000010 1100111 11011010 1011 110101 0 1111 100011111 111101 111111

Color Harmonies of #C267DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C267DA

Black with #C267DA

Text Example


Text Example

White with #C267DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C267DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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