Html Css Color HEX #C652DC Medium Orchid

📋 copy color: '#C652DC'

red 198 ◦ green 82 ◦ blue 220

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

Shades of Medium Orchid #C652DC

Tints of Medium Orchid #C652DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44%

R = 39.6%
G = 16.4%
B = 44%

CMYK

 C value IS 0.1

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C652DC (or 0xC652DC) is known color: Medium Orchid. HEX triplet: C6, 52 and DC. RGB value is (198,82,220). Sum of RGB (Red+Green+Blue) = 198+82+220=500 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.6% from 500); Green value is 82 (32.42% from 255 or 16.4% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 220 - color contains mainly: blue. Hex color #C652DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C652DC is #39AD23. Grayscale: #838383. Windows color (decimal): -3779876 or 14439110. OLE color: 14439110.

HSL color Cylindrical-coordinate representation of color #C652DC: hue angle of 290.43º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C652DC is Cyan = 0.1, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 198 82 220 -
CMYK 0.1 0.63 0 0.14
HSL 290.43º 0.66% 0.59% -
HSV(B) 290.43º 0.63% 0.86% -
XYZ 39.22 23.21 70.12 -
YUV 132.42 177.43 174.78 -
System Red Green Blue C M Y K H S L
Decimal 198 82 220 0.1 0.63 0 0.14 290.43 0.66 0.59
Hex C6 52 DC A 3F 0 E 122 42 3B
Octal 306 122 334 12 77 0 16 442 102 73
Binary 11000110 1010010 11011100 1010 111111 0 1110 100100010 1000010 111011

Color Harmonies of #C652DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C652DC

Black with #C652DC

Text Example


Text Example

White with #C652DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C652DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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