Html Css Color HEX #C25CED Medium Orchid

📋 copy color: '#C25CED'

red 194 ◦ green 92 ◦ blue 237

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

Shades of Medium Orchid #C25CED

Tints of Medium Orchid #C25CED

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.59%

 BLUE value IS 237 (92.97% from 255) = 45.32%

R = 37.09%
G = 17.59%
B = 45.32%

CMYK

 C value IS 0.18

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C25CED (or 0xC25CED) is known color: Medium Orchid. HEX triplet: C2, 5C and ED. RGB value is (194,92,237). Sum of RGB (Red+Green+Blue) = 194+92+237=523 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.09% from 523); Green value is 92 (36.33% from 255 or 17.59% from 523); Blue value is 237 (92.97% from 255 or 45.32% from 523); Max value from RGB is 237 - color contains mainly: blue. Hex color #C25CED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C25CED is #3DA312. Grayscale: #8A8A8A. Windows color (decimal): -4039443 or 15555778. OLE color: 15555778.

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

Color convert

RGB 194 92 237 -
CMYK 0.18 0.61 0 0.07
HSL 282.21º 0.8% 0.65% -
HSV(B) 282.21º 0.61% 0.93% -
XYZ 41.36 25.24 82.81 -
YUV 139.03 183.29 167.21 -
System Red Green Blue C M Y K H S L
Decimal 194 92 237 0.18 0.61 0 0.07 282.21 0.8 0.65
Hex C2 5C ED 12 3D 0 7 11A 50 41
Octal 302 134 355 22 75 0 7 432 120 101
Binary 11000010 1011100 11101101 10010 111101 0 111 100011010 1010000 1000001

Color Harmonies of #C25CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25CED

Black with #C25CED

Text Example


Text Example

White with #C25CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25CED; }

 p { color: rgb(194,92,237); }

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

background-color css

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

 a { background-color: rgb(194,92,237); }

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

border-color css

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

 span { border-color: rgb(194,92,237); }

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