Html Css Color HEX #C25CDB Medium Orchid

📋 copy color: '#C25CDB'

red 194 ◦ green 92 ◦ blue 219

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

Shades of Medium Orchid #C25CDB

Tints of Medium Orchid #C25CDB

RGB

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

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

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

R = 38.42%
G = 18.22%
B = 43.37%

CMYK

 C value IS 0.11

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C25CDB (or 0xC25CDB) is known color: Medium Orchid. HEX triplet: C2, 5C and DB. RGB value is (194,92,219). Sum of RGB (Red+Green+Blue) = 194+92+219=505 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.42% from 505); Green value is 92 (36.33% from 255 or 18.22% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #C25CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25CDB is #3DA324. Grayscale: #888888. Windows color (decimal): -4039461 or 14376130. OLE color: 14376130.

HSL color Cylindrical-coordinate representation of color #C25CDB: hue angle of 288.19º degrees, saturation: 0.64, 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 #C25CDB is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 92 219 -
CMYK 0.11 0.58 0 0.14
HSL 288.19º 0.64% 0.61% -
HSV(B) 288.19º 0.58% 0.86% -
XYZ 38.86 24.24 69.65 -
YUV 136.98 174.29 168.67 -
System Red Green Blue C M Y K H S L
Decimal 194 92 219 0.11 0.58 0 0.14 288.19 0.64 0.61
Hex C2 5C DB B 3A 0 E 120 40 3D
Octal 302 134 333 13 72 0 16 440 100 75
Binary 11000010 1011100 11011011 1011 111010 0 1110 100100000 1000000 111101

Color Harmonies of #C25CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25CDB

Black with #C25CDB

Text Example


Text Example

White with #C25CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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