Html Css Color HEX #C652D0 Medium Orchid

📋 copy color: '#C652D0'

red 198 ◦ green 82 ◦ blue 208

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

Shades of Medium Orchid #C652D0

Tints of Medium Orchid #C652D0

RGB

 RED value IS 198 (77.73% from 255) = 40.57%

 GREEN value IS 82 (32.42% from 255) = 16.8%

 BLUE value IS 208 (81.64% from 255) = 42.62%

R = 40.57%
G = 16.8%
B = 42.62%

CMYK

 C value IS 0.05

 M value IS 0.61

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C652D0 (or 0xC652D0) is known color: Medium Orchid. HEX triplet: C6, 52 and D0. RGB value is (198,82,208). Sum of RGB (Red+Green+Blue) = 198+82+208=488 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.57% from 488); Green value is 82 (32.42% from 255 or 16.80% from 488); Blue value is 208 (81.64% from 255 or 42.62% from 488); Max value from RGB is 208 - color contains mainly: blue. Hex color #C652D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C652D0 is #39AD2F. Grayscale: #828282. Windows color (decimal): -3779888 or 13652678. OLE color: 13652678.

HSL color Cylindrical-coordinate representation of color #C652D0: hue angle of 295.24º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C652D0 is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 198 82 208 -
CMYK 0.05 0.61 0 0.18
HSL 295.24º 0.57% 0.57% -
HSV(B) 295.24º 0.61% 0.82% -
XYZ 37.69 22.59 62.05 -
YUV 131.05 171.43 175.75 -
System Red Green Blue C M Y K H S L
Decimal 198 82 208 0.05 0.61 0 0.18 295.24 0.57 0.57
Hex C6 52 D0 5 3D 0 12 127 39 39
Octal 306 122 320 5 75 0 22 447 71 71
Binary 11000110 1010010 11010000 101 111101 0 10010 100100111 111001 111001

Color Harmonies of #C652D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C652D0

Black with #C652D0

Text Example


Text Example

White with #C652D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C652D0; }

 p { color: rgb(198,82,208); }

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

background-color css

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

 a { background-color: rgb(198,82,208); }

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

border-color css

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

 span { border-color: rgb(198,82,208); }

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