Html Css Color HEX #C033CF Medium Orchid

📋 copy color: '#C033CF'

red 192 ◦ green 51 ◦ blue 207

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

Shades of Medium Orchid #C033CF

Tints of Medium Orchid #C033CF

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.33%

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

R = 42.67%
G = 11.33%
B = 46%

CMYK

 C value IS 0.07

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C033CF (or 0xC033CF) is known color: Medium Orchid. HEX triplet: C0, 33 and CF. RGB value is (192,51,207). Sum of RGB (Red+Green+Blue) = 192+51+207=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 51 (20.31% from 255 or 11.33% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 207 - color contains mainly: blue. Hex color #C033CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C033CF is #3FCC30. Grayscale: #6E6E6E. Windows color (decimal): -4181041 or 13579200. OLE color: 13579200.

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

Color convert

RGB 192 51 207 -
CMYK 0.07 0.75 0 0.19
HSL 294.23º 0.62% 0.51% -
HSV(B) 294.23º 0.75% 0.81% -
XYZ 34.18 18.08 60.72 -
YUV 110.94 182.21 185.82 -
System Red Green Blue C M Y K H S L
Decimal 192 51 207 0.07 0.75 0 0.19 294.23 0.62 0.51
Hex C0 33 CF 7 4B 0 13 126 3E 33
Octal 300 63 317 7 113 0 23 446 76 63
Binary 11000000 110011 11001111 111 1001011 0 10011 100100110 111110 110011

Color Harmonies of #C033CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C033CF

Black with #C033CF

Text Example


Text Example

White with #C033CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C033CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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