Html Css Color HEX #C038CF Medium Orchid

📋 copy color: '#C038CF'

red 192 ◦ green 56 ◦ blue 207

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

Shades of Medium Orchid #C038CF

Tints of Medium Orchid #C038CF

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.31%

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

R = 42.2%
G = 12.31%
B = 45.49%

CMYK

 C value IS 0.07

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C038CF (or 0xC038CF) is known color: Medium Orchid. HEX triplet: C0, 38 and CF. RGB value is (192,56,207). Sum of RGB (Red+Green+Blue) = 192+56+207=455 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.20% from 455); Green value is 56 (22.27% from 255 or 12.31% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 207 - color contains mainly: blue. Hex color #C038CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C038CF is #3FC730. Grayscale: #717171. Windows color (decimal): -4179761 or 13580480. OLE color: 13580480.

HSL color Cylindrical-coordinate representation of color #C038CF: hue angle of 294.04º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C038CF is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 56 207 -
CMYK 0.07 0.73 0 0.19
HSL 294.04º 0.61% 0.52% -
HSV(B) 294.04º 0.73% 0.81% -
XYZ 34.41 18.54 60.8 -
YUV 113.88 180.56 183.72 -
System Red Green Blue C M Y K H S L
Decimal 192 56 207 0.07 0.73 0 0.19 294.04 0.61 0.52
Hex C0 38 CF 7 49 0 13 126 3D 34
Octal 300 70 317 7 111 0 23 446 75 64
Binary 11000000 111000 11001111 111 1001001 0 10011 100100110 111101 110100

Color Harmonies of #C038CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C038CF

Black with #C038CF

Text Example


Text Example

White with #C038CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C038CF; }

 p { color: rgb(192,56,207); }

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

background-color css

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

 a { background-color: rgb(192,56,207); }

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

border-color css

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

 span { border-color: rgb(192,56,207); }

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