Html Css Color HEX #C25CD7 Medium Orchid

📋 copy color: '#C25CD7'

red 194 ◦ green 92 ◦ blue 215

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

Shades of Medium Orchid #C25CD7

Tints of Medium Orchid #C25CD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 42.91%

R = 38.72%
G = 18.36%
B = 42.91%

CMYK

 C value IS 0.10

 M value IS 0.57

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C25CD7 (or 0xC25CD7) is known color: Medium Orchid. HEX triplet: C2, 5C and D7. RGB value is (194,92,215). Sum of RGB (Red+Green+Blue) = 194+92+215=501 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.72% from 501); Green value is 92 (36.33% from 255 or 18.36% from 501); Blue value is 215 (84.38% from 255 or 42.91% from 501); Max value from RGB is 215 - color contains mainly: blue. Hex color #C25CD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25CD7 is #3DA328. Grayscale: #888888. Windows color (decimal): -4039465 or 14113986. OLE color: 14113986.

HSL color Cylindrical-coordinate representation of color #C25CD7: hue angle of 289.76º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C25CD7 is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 194 92 215 -
CMYK 0.10 0.57 0 0.16
HSL 289.76º 0.61% 0.6% -
HSV(B) 289.76º 0.57% 0.84% -
XYZ 38.34 24.03 66.91 -
YUV 136.52 172.29 169 -
System Red Green Blue C M Y K H S L
Decimal 194 92 215 0.10 0.57 0 0.16 289.76 0.61 0.6
Hex C2 5C D7 A 39 0 10 122 3D 3C
Octal 302 134 327 12 71 0 20 442 75 74
Binary 11000010 1011100 11010111 1010 111001 0 10000 100100010 111101 111100

Color Harmonies of #C25CD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25CD7

Black with #C25CD7

Text Example


Text Example

White with #C25CD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25CD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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