Html Css Color HEX #C25DF2 Medium Orchid

📋 copy color: '#C25DF2'

red 194 ◦ green 93 ◦ blue 242

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

Shades of Medium Orchid #C25DF2

Tints of Medium Orchid #C25DF2

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.58%

 BLUE value IS 242 (94.92% from 255) = 45.75%

R = 36.67%
G = 17.58%
B = 45.75%

CMYK

 C value IS 0.20

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C25DF2 (or 0xC25DF2) is known color: Medium Orchid. HEX triplet: C2, 5D and F2. RGB value is (194,93,242). Sum of RGB (Red+Green+Blue) = 194+93+242=529 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.67% from 529); Green value is 93 (36.72% from 255 or 17.58% from 529); Blue value is 242 (94.92% from 255 or 45.75% from 529); Max value from RGB is 242 - color contains mainly: blue. Hex color #C25DF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C25DF2 is #3DA20D. Grayscale: #8B8B8B. Windows color (decimal): -4039182 or 15883714. OLE color: 15883714.

HSL color Cylindrical-coordinate representation of color #C25DF2: hue angle of 280.67º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C25DF2 is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 194 93 242 -
CMYK 0.20 0.62 0 0.05
HSL 280.67º 0.85% 0.66% -
HSV(B) 280.67º 0.62% 0.95% -
XYZ 42.19 25.71 86.74 -
YUV 140.19 185.46 166.38 -
System Red Green Blue C M Y K H S L
Decimal 194 93 242 0.20 0.62 0 0.05 280.67 0.85 0.66
Hex C2 5D F2 14 3E 0 5 119 55 42
Octal 302 135 362 24 76 0 5 431 125 102
Binary 11000010 1011101 11110010 10100 111110 0 101 100011001 1010101 1000010

Color Harmonies of #C25DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25DF2

Black with #C25DF2

Text Example


Text Example

White with #C25DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25DF2; }

 p { color: rgb(194,93,242); }

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

background-color css

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

 a { background-color: rgb(194,93,242); }

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

border-color css

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

 span { border-color: rgb(194,93,242); }

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