Html Css Color HEX #C265D0 Medium Orchid

📋 copy color: '#C265D0'

red 194 ◦ green 101 ◦ blue 208

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

Shades of Medium Orchid #C265D0

Tints of Medium Orchid #C265D0

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.08%

 BLUE value IS 208 (81.64% from 255) = 41.35%

R = 38.57%
G = 20.08%
B = 41.35%

CMYK

 C value IS 0.07

 M value IS 0.51

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C265D0 (or 0xC265D0) is known color: Medium Orchid. HEX triplet: C2, 65 and D0. RGB value is (194,101,208). Sum of RGB (Red+Green+Blue) = 194+101+208=503 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.57% from 503); Green value is 101 (39.84% from 255 or 20.08% from 503); Blue value is 208 (81.64% from 255 or 41.35% from 503); Max value from RGB is 208 - color contains mainly: blue. Hex color #C265D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C265D0 is #3D9A2F. Grayscale: #8C8C8C. Windows color (decimal): -4037168 or 13657538. OLE color: 13657538.

HSL color Cylindrical-coordinate representation of color #C265D0: hue angle of 292.15º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C265D0 is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 194 101 208 -
CMYK 0.07 0.51 0 0.18
HSL 292.15º 0.53% 0.61% -
HSV(B) 292.15º 0.51% 0.82% -
XYZ 38.29 25.33 62.55 -
YUV 141.01 165.81 165.8 -
System Red Green Blue C M Y K H S L
Decimal 194 101 208 0.07 0.51 0 0.18 292.15 0.53 0.61
Hex C2 65 D0 7 33 0 12 124 35 3D
Octal 302 145 320 7 63 0 22 444 65 75
Binary 11000010 1100101 11010000 111 110011 0 10010 100100100 110101 111101

Color Harmonies of #C265D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C265D0

Black with #C265D0

Text Example


Text Example

White with #C265D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C265D0; }

 p { color: rgb(194,101,208); }

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

background-color css

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

 a { background-color: rgb(194,101,208); }

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

border-color css

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

 span { border-color: rgb(194,101,208); }

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