Html Css Color HEX #C05FDA Medium Orchid

📋 copy color: '#C05FDA'

red 192 ◦ green 95 ◦ blue 218

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

Shades of Medium Orchid #C05FDA

Tints of Medium Orchid #C05FDA

RGB

 RED value IS 192 (75.39% from 255) = 38.02%

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

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

R = 38.02%
G = 18.81%
B = 43.17%

CMYK

 C value IS 0.12

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C05FDA (or 0xC05FDA) is known color: Medium Orchid. HEX triplet: C0, 5F and DA. RGB value is (192,95,218). Sum of RGB (Red+Green+Blue) = 192+95+218=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 95 (37.5% from 255 or 18.81% from 505); Blue value is 218 (85.55% from 255 or 43.17% from 505); Max value from RGB is 218 - color contains mainly: blue. Hex color #C05FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05FDA is #3FA025. Grayscale: #898989. Windows color (decimal): -4169766 or 14311360. OLE color: 14311360.

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

Color convert

RGB 192 95 218 -
CMYK 0.12 0.56 0 0.15
HSL 287.32º 0.62% 0.61% -
HSV(B) 287.32º 0.56% 0.85% -
XYZ 38.49 24.45 69.02 -
YUV 138.03 173.14 166.5 -
System Red Green Blue C M Y K H S L
Decimal 192 95 218 0.12 0.56 0 0.15 287.32 0.62 0.61
Hex C0 5F DA C 38 0 F 11F 3E 3D
Octal 300 137 332 14 70 0 17 437 76 75
Binary 11000000 1011111 11011010 1100 111000 0 1111 100011111 111110 111101

Color Harmonies of #C05FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05FDA

Black with #C05FDA

Text Example


Text Example

White with #C05FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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