Html Css Color HEX #C269DA Medium Orchid

📋 copy color: '#C269DA'

red 194 ◦ green 105 ◦ blue 218

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

Shades of Medium Orchid #C269DA

Tints of Medium Orchid #C269DA

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.31%

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

R = 37.52%
G = 20.31%
B = 42.17%

CMYK

 C value IS 0.11

 M value IS 0.52

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C269DA (or 0xC269DA) is known color: Medium Orchid. HEX triplet: C2, 69 and DA. RGB value is (194,105,218). Sum of RGB (Red+Green+Blue) = 194+105+218=517 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.52% from 517); Green value is 105 (41.41% from 255 or 20.31% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 218 - color contains mainly: blue. Hex color #C269DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C269DA is #3D9625. Grayscale: #909090. Windows color (decimal): -4036134 or 14313922. OLE color: 14313922.

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

Color convert

RGB 194 105 218 -
CMYK 0.11 0.52 0 0.15
HSL 287.26º 0.6% 0.63% -
HSV(B) 287.26º 0.52% 0.85% -
XYZ 39.95 26.63 69.36 -
YUV 144.49 169.49 163.31 -
System Red Green Blue C M Y K H S L
Decimal 194 105 218 0.11 0.52 0 0.15 287.26 0.6 0.63
Hex C2 69 DA B 34 0 F 11F 3C 3F
Octal 302 151 332 13 64 0 17 437 74 77
Binary 11000010 1101001 11011010 1011 110100 0 1111 100011111 111100 111111

Color Harmonies of #C269DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C269DA

Black with #C269DA

Text Example


Text Example

White with #C269DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C269DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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