Html Css Color HEX #C269CD Medium Orchid

📋 copy color: '#C269CD'

red 194 ◦ green 105 ◦ blue 205

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

Shades of Medium Orchid #C269CD

Tints of Medium Orchid #C269CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.67%

R = 38.49%
G = 20.83%
B = 40.67%

CMYK

 C value IS 0.05

 M value IS 0.49

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C269CD (or 0xC269CD) is known color: Medium Orchid. HEX triplet: C2, 69 and CD. RGB value is (194,105,205). Sum of RGB (Red+Green+Blue) = 194+105+205=504 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.49% from 504); Green value is 105 (41.41% from 255 or 20.83% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 205 - color contains mainly: blue. Hex color #C269CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C269CD is #3D9632. Grayscale: #8E8E8E. Windows color (decimal): -4036147 or 13461954. OLE color: 13461954.

HSL color Cylindrical-coordinate representation of color #C269CD: hue angle of 293.4º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C269CD is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 194 105 205 -
CMYK 0.05 0.49 0 0.20
HSL 293.4º 0.5% 0.61% -
HSV(B) 293.4º 0.49% 0.8% -
XYZ 38.32 25.98 60.75 -
YUV 143.01 162.99 164.37 -
System Red Green Blue C M Y K H S L
Decimal 194 105 205 0.05 0.49 0 0.20 293.4 0.5 0.61
Hex C2 69 CD 5 31 0 14 125 32 3D
Octal 302 151 315 5 61 0 24 445 62 75
Binary 11000010 1101001 11001101 101 110001 0 10100 100100101 110010 111101

Color Harmonies of #C269CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C269CD

Black with #C269CD

Text Example


Text Example

White with #C269CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C269CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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