Html Css Color HEX #C25CDC Medium Orchid

📋 copy color: '#C25CDC'

red 194 ◦ green 92 ◦ blue 220

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

Shades of Medium Orchid #C25CDC

Tints of Medium Orchid #C25CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.48%

R = 38.34%
G = 18.18%
B = 43.48%

CMYK

 C value IS 0.12

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C25CDC (or 0xC25CDC) is known color: Medium Orchid. HEX triplet: C2, 5C and DC. RGB value is (194,92,220). Sum of RGB (Red+Green+Blue) = 194+92+220=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 92 (36.33% from 255 or 18.18% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 220 - color contains mainly: blue. Hex color #C25CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25CDC is #3DA323. Grayscale: #888888. Windows color (decimal): -4039460 or 14441666. OLE color: 14441666.

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

Color convert

RGB 194 92 220 -
CMYK 0.12 0.58 0 0.14
HSL 287.81º 0.65% 0.61% -
HSV(B) 287.81º 0.58% 0.86% -
XYZ 38.99 24.29 70.34 -
YUV 137.09 174.79 168.59 -
System Red Green Blue C M Y K H S L
Decimal 194 92 220 0.12 0.58 0 0.14 287.81 0.65 0.61
Hex C2 5C DC C 3A 0 E 120 41 3D
Octal 302 134 334 14 72 0 16 440 101 75
Binary 11000010 1011100 11011100 1100 111010 0 1110 100100000 1000001 111101

Color Harmonies of #C25CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25CDC

Black with #C25CDC

Text Example


Text Example

White with #C25CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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