Html Css Color HEX #C25FDB Medium Orchid

📋 copy color: '#C25FDB'

red 194 ◦ green 95 ◦ blue 219

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

Shades of Medium Orchid #C25FDB

Tints of Medium Orchid #C25FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.11%

R = 38.19%
G = 18.7%
B = 43.11%

CMYK

 C value IS 0.11

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C25FDB (or 0xC25FDB) is known color: Medium Orchid. HEX triplet: C2, 5F and DB. RGB value is (194,95,219). Sum of RGB (Red+Green+Blue) = 194+95+219=508 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.19% from 508); Green value is 95 (37.5% from 255 or 18.70% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 219 - color contains mainly: blue. Hex color #C25FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25FDB is #3DA024. Grayscale: #8A8A8A. Windows color (decimal): -4038693 or 14376898. OLE color: 14376898.

HSL color Cylindrical-coordinate representation of color #C25FDB: hue angle of 287.9º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C25FDB is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 95 219 -
CMYK 0.11 0.57 0 0.14
HSL 287.9º 0.63% 0.62% -
HSV(B) 287.9º 0.57% 0.86% -
XYZ 39.13 24.77 69.74 -
YUV 138.74 173.3 167.42 -
System Red Green Blue C M Y K H S L
Decimal 194 95 219 0.11 0.57 0 0.14 287.9 0.63 0.62
Hex C2 5F DB B 39 0 E 120 3F 3E
Octal 302 137 333 13 71 0 16 440 77 76
Binary 11000010 1011111 11011011 1011 111001 0 1110 100100000 111111 111110

Color Harmonies of #C25FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25FDB

Black with #C25FDB

Text Example


Text Example

White with #C25FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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