Html Css Color HEX #C25FDA Medium Orchid

📋 copy color: '#C25FDA'

red 194 ◦ green 95 ◦ blue 218

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

Shades of Medium Orchid #C25FDA

Tints of Medium Orchid #C25FDA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.74%

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

R = 38.26%
G = 18.74%
B = 43%

CMYK

 C value IS 0.11

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C25FDA (or 0xC25FDA) is known color: Medium Orchid. HEX triplet: C2, 5F and DA. RGB value is (194,95,218). Sum of RGB (Red+Green+Blue) = 194+95+218=507 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.26% from 507); Green value is 95 (37.5% from 255 or 18.74% from 507); Blue value is 218 (85.55% from 255 or 43.00% from 507); Max value from RGB is 218 - color contains mainly: blue. Hex color #C25FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25FDA is #3DA025. Grayscale: #8A8A8A. Windows color (decimal): -4038694 or 14311362. OLE color: 14311362.

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

Color convert

RGB 194 95 218 -
CMYK 0.11 0.56 0 0.15
HSL 288.29º 0.62% 0.61% -
HSV(B) 288.29º 0.56% 0.85% -
XYZ 39 24.72 69.05 -
YUV 138.62 172.8 167.5 -
System Red Green Blue C M Y K H S L
Decimal 194 95 218 0.11 0.56 0 0.15 288.29 0.62 0.61
Hex C2 5F DA B 38 0 F 120 3E 3D
Octal 302 137 332 13 70 0 17 440 76 75
Binary 11000010 1011111 11011010 1011 111000 0 1111 100100000 111110 111101

Color Harmonies of #C25FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25FDA

Black with #C25FDA

Text Example


Text Example

White with #C25FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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