Html Css Color HEX #C265EA Medium Orchid

📋 copy color: '#C265EA'

red 194 ◦ green 101 ◦ blue 234

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

Shades of Medium Orchid #C265EA

Tints of Medium Orchid #C265EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.23%

R = 36.67%
G = 19.09%
B = 44.23%

CMYK

 C value IS 0.17

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C265EA (or 0xC265EA) is known color: Medium Orchid. HEX triplet: C2, 65 and EA. RGB value is (194,101,234). Sum of RGB (Red+Green+Blue) = 194+101+234=529 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.67% from 529); Green value is 101 (39.84% from 255 or 19.09% from 529); Blue value is 234 (91.80% from 255 or 44.23% from 529); Max value from RGB is 234 - color contains mainly: blue. Hex color #C265EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C265EA is #3D9A15. Grayscale: #8F8F8F. Windows color (decimal): -4037142 or 15361474. OLE color: 15361474.

HSL color Cylindrical-coordinate representation of color #C265EA: hue angle of 281.95º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C265EA is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 101 234 -
CMYK 0.17 0.57 0 0.08
HSL 281.95º 0.76% 0.66% -
HSV(B) 281.95º 0.57% 0.92% -
XYZ 41.75 26.72 80.8 -
YUV 143.97 178.81 163.69 -
System Red Green Blue C M Y K H S L
Decimal 194 101 234 0.17 0.57 0 0.08 281.95 0.76 0.66
Hex C2 65 EA 11 39 0 8 11A 4C 42
Octal 302 145 352 21 71 0 10 432 114 102
Binary 11000010 1100101 11101010 10001 111001 0 1000 100011010 1001100 1000010

Color Harmonies of #C265EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C265EA

Black with #C265EA

Text Example


Text Example

White with #C265EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C265EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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