Html Css Color HEX #C25BCF Medium Orchid

📋 copy color: '#C25BCF'

red 194 ◦ green 91 ◦ blue 207

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

Shades of Medium Orchid #C25BCF

Tints of Medium Orchid #C25BCF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.5%

 BLUE value IS 207 (81.25% from 255) = 42.07%

R = 39.43%
G = 18.5%
B = 42.07%

CMYK

 C value IS 0.06

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C25BCF (or 0xC25BCF) is known color: Medium Orchid. HEX triplet: C2, 5B and CF. RGB value is (194,91,207). Sum of RGB (Red+Green+Blue) = 194+91+207=492 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.43% from 492); Green value is 91 (35.94% from 255 or 18.50% from 492); Blue value is 207 (81.25% from 255 or 42.07% from 492); Max value from RGB is 207 - color contains mainly: blue. Hex color #C25BCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25BCF is #3DA430. Grayscale: #868686. Windows color (decimal): -4039729 or 13589442. OLE color: 13589442.

HSL color Cylindrical-coordinate representation of color #C25BCF: hue angle of 293.28º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C25BCF is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 91 207 -
CMYK 0.06 0.56 0 0.19
HSL 293.28º 0.55% 0.58% -
HSV(B) 293.28º 0.56% 0.81% -
XYZ 37.25 23.46 61.6 -
YUV 135.02 168.62 170.07 -
System Red Green Blue C M Y K H S L
Decimal 194 91 207 0.06 0.56 0 0.19 293.28 0.55 0.58
Hex C2 5B CF 6 38 0 13 125 37 3A
Octal 302 133 317 6 70 0 23 445 67 72
Binary 11000010 1011011 11001111 110 111000 0 10011 100100101 110111 111010

Color Harmonies of #C25BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25BCF

Black with #C25BCF

Text Example


Text Example

White with #C25BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25BCF; }

 p { color: rgb(194,91,207); }

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

background-color css

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

 a { background-color: rgb(194,91,207); }

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

border-color css

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

 span { border-color: rgb(194,91,207); }

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