Html Css Color HEX #C652ED Medium Orchid

📋 copy color: '#C652ED'

red 198 ◦ green 82 ◦ blue 237

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

Shades of Medium Orchid #C652ED

Tints of Medium Orchid #C652ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.84%

R = 38.3%
G = 15.86%
B = 45.84%

CMYK

 C value IS 0.16

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C652ED (or 0xC652ED) is known color: Medium Orchid. HEX triplet: C6, 52 and ED. RGB value is (198,82,237). Sum of RGB (Red+Green+Blue) = 198+82+237=517 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.30% from 517); Green value is 82 (32.42% from 255 or 15.86% from 517); Blue value is 237 (92.97% from 255 or 45.84% from 517); Max value from RGB is 237 - color contains mainly: blue. Hex color #C652ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C652ED is #39AD12. Grayscale: #858585. Windows color (decimal): -3779859 or 15553222. OLE color: 15553222.

HSL color Cylindrical-coordinate representation of color #C652ED: hue angle of 284.9º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C652ED is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 198 82 237 -
CMYK 0.16 0.65 0 0.07
HSL 284.9º 0.81% 0.63% -
HSV(B) 284.9º 0.65% 0.93% -
XYZ 41.59 24.15 82.59 -
YUV 134.35 185.93 173.4 -
System Red Green Blue C M Y K H S L
Decimal 198 82 237 0.16 0.65 0 0.07 284.9 0.81 0.63
Hex C6 52 ED 10 41 0 7 11D 51 3F
Octal 306 122 355 20 101 0 7 435 121 77
Binary 11000110 1010010 11101101 10000 1000001 0 111 100011101 1010001 111111

Color Harmonies of #C652ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C652ED

Black with #C652ED

Text Example


Text Example

White with #C652ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C652ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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