Html Css Color HEX #C652DB Medium Orchid

📋 copy color: '#C652DB'

red 198 ◦ green 82 ◦ blue 219

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

Shades of Medium Orchid #C652DB

Tints of Medium Orchid #C652DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.89%

R = 39.68%
G = 16.43%
B = 43.89%

CMYK

 C value IS 0.10

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C652DB (or 0xC652DB) is known color: Medium Orchid. HEX triplet: C6, 52 and DB. RGB value is (198,82,219). Sum of RGB (Red+Green+Blue) = 198+82+219=499 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.68% from 499); Green value is 82 (32.42% from 255 or 16.43% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #C652DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C652DB is #39AD24. Grayscale: #838383. Windows color (decimal): -3779877 or 14373574. OLE color: 14373574.

HSL color Cylindrical-coordinate representation of color #C652DB: hue angle of 290.8º 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 #C652DB is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 198 82 219 -
CMYK 0.10 0.63 0 0.14
HSL 290.8º 0.66% 0.59% -
HSV(B) 290.8º 0.63% 0.86% -
XYZ 39.09 23.15 69.43 -
YUV 132.3 176.93 174.86 -
System Red Green Blue C M Y K H S L
Decimal 198 82 219 0.10 0.63 0 0.14 290.8 0.66 0.59
Hex C6 52 DB A 3F 0 E 123 42 3B
Octal 306 122 333 12 77 0 16 443 102 73
Binary 11000110 1010010 11011011 1010 111111 0 1110 100100011 1000010 111011

Color Harmonies of #C652DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C652DB

Black with #C652DB

Text Example


Text Example

White with #C652DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C652DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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