Html Css Color HEX #C82FDA Medium Orchid

📋 copy color: '#C82FDA'

red 200 ◦ green 47 ◦ blue 218

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

Shades of Medium Orchid #C82FDA

Tints of Medium Orchid #C82FDA

RGB

 RED value IS 200 (78.52% from 255) = 43.01%

 GREEN value IS 47 (18.75% from 255) = 10.11%

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

R = 43.01%
G = 10.11%
B = 46.88%

CMYK

 C value IS 0.08

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C82FDA (or 0xC82FDA) is known color: Medium Orchid. HEX triplet: C8, 2F and DA. RGB value is (200,47,218). Sum of RGB (Red+Green+Blue) = 200+47+218=465 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.01% from 465); Green value is 47 (18.75% from 255 or 10.11% from 465); Blue value is 218 (85.55% from 255 or 46.88% from 465); Max value from RGB is 218 - color contains mainly: blue. Hex color #C82FDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82FDA is #37D025. Grayscale: #6F6F6F. Windows color (decimal): -3657766 or 14299080. OLE color: 14299080.

HSL color Cylindrical-coordinate representation of color #C82FDA: hue angle of 293.68º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C82FDA is Cyan = 0.08, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 200 47 218 -
CMYK 0.08 0.78 0 0.15
HSL 293.68º 0.7% 0.52% -
HSV(B) 293.68º 0.78% 0.85% -
XYZ 37.49 19.37 68.09 -
YUV 112.24 187.69 190.6 -
System Red Green Blue C M Y K H S L
Decimal 200 47 218 0.08 0.78 0 0.15 293.68 0.7 0.52
Hex C8 2F DA 8 4E 0 F 126 46 34
Octal 310 57 332 10 116 0 17 446 106 64
Binary 11001000 101111 11011010 1000 1001110 0 1111 100100110 1000110 110100

Color Harmonies of #C82FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82FDA

Black with #C82FDA

Text Example


Text Example

White with #C82FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82FDA; }

 p { color: rgb(200,47,218); }

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

background-color css

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

 a { background-color: rgb(200,47,218); }

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

border-color css

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

 span { border-color: rgb(200,47,218); }

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