Html Css Color HEX #C25CDD Medium Orchid

📋 copy color: '#C25CDD'

red 194 ◦ green 92 ◦ blue 221

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

Shades of Medium Orchid #C25CDD

Tints of Medium Orchid #C25CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.59%

R = 38.26%
G = 18.15%
B = 43.59%

CMYK

 C value IS 0.12

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C25CDD (or 0xC25CDD) is known color: Medium Orchid. HEX triplet: C2, 5C and DD. RGB value is (194,92,221). Sum of RGB (Red+Green+Blue) = 194+92+221=507 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.26% from 507); Green value is 92 (36.33% from 255 or 18.15% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #C25CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25CDD is #3DA322. Grayscale: #888888. Windows color (decimal): -4039459 or 14507202. OLE color: 14507202.

HSL color Cylindrical-coordinate representation of color #C25CDD: hue angle of 287.44º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C25CDD is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 92 221 -
CMYK 0.12 0.58 0 0.13
HSL 287.44º 0.65% 0.61% -
HSV(B) 287.44º 0.58% 0.87% -
XYZ 39.13 24.34 71.04 -
YUV 137.2 175.29 168.51 -
System Red Green Blue C M Y K H S L
Decimal 194 92 221 0.12 0.58 0 0.13 287.44 0.65 0.61
Hex C2 5C DD C 3A 0 D 11F 41 3D
Octal 302 134 335 14 72 0 15 437 101 75
Binary 11000010 1011100 11011101 1100 111010 0 1101 100011111 1000001 111101

Color Harmonies of #C25CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25CDD

Black with #C25CDD

Text Example


Text Example

White with #C25CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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