Html Css Color HEX #C25CDA Medium Orchid

📋 copy color: '#C25CDA'

red 194 ◦ green 92 ◦ blue 218

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

Shades of Medium Orchid #C25CDA

Tints of Medium Orchid #C25CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.25%

R = 38.49%
G = 18.25%
B = 43.25%

CMYK

 C value IS 0.11

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C25CDA (or 0xC25CDA) is known color: Medium Orchid. HEX triplet: C2, 5C and DA. RGB value is (194,92,218). Sum of RGB (Red+Green+Blue) = 194+92+218=504 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.49% from 504); Green value is 92 (36.33% from 255 or 18.25% from 504); Blue value is 218 (85.55% from 255 or 43.25% from 504); Max value from RGB is 218 - color contains mainly: blue. Hex color #C25CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25CDA is #3DA325. Grayscale: #888888. Windows color (decimal): -4039462 or 14310594. OLE color: 14310594.

HSL color Cylindrical-coordinate representation of color #C25CDA: hue angle of 288.57º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C25CDA is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 92 218 -
CMYK 0.11 0.58 0 0.15
HSL 288.57º 0.63% 0.61% -
HSV(B) 288.57º 0.58% 0.85% -
XYZ 38.73 24.19 68.96 -
YUV 136.86 173.79 168.75 -
System Red Green Blue C M Y K H S L
Decimal 194 92 218 0.11 0.58 0 0.15 288.57 0.63 0.61
Hex C2 5C DA B 3A 0 F 121 3F 3D
Octal 302 134 332 13 72 0 17 441 77 75
Binary 11000010 1011100 11011010 1011 111010 0 1111 100100001 111111 111101

Color Harmonies of #C25CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25CDA

Black with #C25CDA

Text Example


Text Example

White with #C25CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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