Html Css Color HEX #C054E6 Medium Orchid

📋 copy color: '#C054E6'

red 192 ◦ green 84 ◦ blue 230

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

Shades of Medium Orchid #C054E6

Tints of Medium Orchid #C054E6

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.6%

 BLUE value IS 230 (90.23% from 255) = 45.45%

R = 37.94%
G = 16.6%
B = 45.45%

CMYK

 C value IS 0.17

 M value IS 0.63

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C054E6 (or 0xC054E6) is known color: Medium Orchid. HEX triplet: C0, 54 and E6. RGB value is (192,84,230). Sum of RGB (Red+Green+Blue) = 192+84+230=506 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.94% from 506); Green value is 84 (33.20% from 255 or 16.60% from 506); Blue value is 230 (90.23% from 255 or 45.45% from 506); Max value from RGB is 230 - color contains mainly: blue. Hex color #C054E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C054E6 is #3FAB19. Grayscale: #848484. Windows color (decimal): -4172570 or 15094976. OLE color: 15094976.

HSL color Cylindrical-coordinate representation of color #C054E6: hue angle of 284.38º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C054E6 is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 192 84 230 -
CMYK 0.17 0.63 0 0.10
HSL 284.38º 0.74% 0.62% -
HSV(B) 284.38º 0.63% 0.9% -
XYZ 39.19 23.26 77.29 -
YUV 132.94 182.78 170.13 -
System Red Green Blue C M Y K H S L
Decimal 192 84 230 0.17 0.63 0 0.10 284.38 0.74 0.62
Hex C0 54 E6 11 3F 0 A 11C 4A 3E
Octal 300 124 346 21 77 0 12 434 112 76
Binary 11000000 1010100 11100110 10001 111111 0 1010 100011100 1001010 111110

Color Harmonies of #C054E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C054E6

Black with #C054E6

Text Example


Text Example

White with #C054E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C054E6; }

 p { color: rgb(192,84,230); }

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

background-color css

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

 a { background-color: rgb(192,84,230); }

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

border-color css

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

 span { border-color: rgb(192,84,230); }

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