Html Css Color HEX #C15FDA Medium Orchid

📋 copy color: '#C15FDA'

red 193 ◦ green 95 ◦ blue 218

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

Shades of Medium Orchid #C15FDA

Tints of Medium Orchid #C15FDA

RGB

 RED value IS 193 (75.78% from 255) = 38.14%

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

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

R = 38.14%
G = 18.77%
B = 43.08%

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

#C15FDA (or 0xC15FDA) is known color: Medium Orchid. HEX triplet: C1, 5F and DA. RGB value is (193,95,218). Sum of RGB (Red+Green+Blue) = 193+95+218=506 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.14% from 506); Green value is 95 (37.5% from 255 or 18.77% from 506); Blue value is 218 (85.55% from 255 or 43.08% from 506); Max value from RGB is 218 - color contains mainly: blue. Hex color #C15FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15FDA is #3EA025. Grayscale: #898989. Windows color (decimal): -4104230 or 14311361. OLE color: 14311361.

HSL color Cylindrical-coordinate representation of color #C15FDA: hue angle of 287.8º 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 #C15FDA is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 193 95 218 -
CMYK 0.11 0.56 0 0.15
HSL 287.8º 0.62% 0.61% -
HSV(B) 287.8º 0.56% 0.85% -
XYZ 38.74 24.58 69.03 -
YUV 138.32 172.97 167 -
System Red Green Blue C M Y K H S L
Decimal 193 95 218 0.11 0.56 0 0.15 287.8 0.62 0.61
Hex C1 5F DA B 38 0 F 120 3E 3D
Octal 301 137 332 13 70 0 17 440 76 75
Binary 11000001 1011111 11011010 1011 111000 0 1111 100100000 111110 111101

Color Harmonies of #C15FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15FDA

Black with #C15FDA

Text Example


Text Example

White with #C15FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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