Html Css Color HEX #C265E5 Medium Orchid

📋 copy color: '#C265E5'

red 194 ◦ green 101 ◦ blue 229

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

Shades of Medium Orchid #C265E5

Tints of Medium Orchid #C265E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 43.7%

R = 37.02%
G = 19.27%
B = 43.7%

CMYK

 C value IS 0.15

 M value IS 0.56

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C265E5 (or 0xC265E5) is known color: Medium Orchid. HEX triplet: C2, 65 and E5. RGB value is (194,101,229). Sum of RGB (Red+Green+Blue) = 194+101+229=524 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.02% from 524); Green value is 101 (39.84% from 255 or 19.27% from 524); Blue value is 229 (89.84% from 255 or 43.70% from 524); Max value from RGB is 229 - color contains mainly: blue. Hex color #C265E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C265E5 is #3D9A1A. Grayscale: #8E8E8E. Windows color (decimal): -4037147 or 15033794. OLE color: 15033794.

HSL color Cylindrical-coordinate representation of color #C265E5: hue angle of 283.59º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C265E5 is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 194 101 229 -
CMYK 0.15 0.56 0 0.10
HSL 283.59º 0.71% 0.65% -
HSV(B) 283.59º 0.56% 0.9% -
XYZ 41.04 26.43 77.07 -
YUV 143.4 176.31 164.09 -
System Red Green Blue C M Y K H S L
Decimal 194 101 229 0.15 0.56 0 0.10 283.59 0.71 0.65
Hex C2 65 E5 F 38 0 A 11C 47 41
Octal 302 145 345 17 70 0 12 434 107 101
Binary 11000010 1100101 11100101 1111 111000 0 1010 100011100 1000111 1000001

Color Harmonies of #C265E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C265E5

Black with #C265E5

Text Example


Text Example

White with #C265E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C265E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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