Html Css Color HEX #C652D4 Medium Orchid

📋 copy color: '#C652D4'

red 198 ◦ green 82 ◦ blue 212

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

Shades of Medium Orchid #C652D4

Tints of Medium Orchid #C652D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 43.09%

R = 40.24%
G = 16.67%
B = 43.09%

CMYK

 C value IS 0.07

 M value IS 0.61

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C652D4 (or 0xC652D4) is known color: Medium Orchid. HEX triplet: C6, 52 and D4. RGB value is (198,82,212). Sum of RGB (Red+Green+Blue) = 198+82+212=492 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.24% from 492); Green value is 82 (32.42% from 255 or 16.67% from 492); Blue value is 212 (83.20% from 255 or 43.09% from 492); Max value from RGB is 212 - color contains mainly: blue. Hex color #C652D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C652D4 is #39AD2B. Grayscale: #838383. Windows color (decimal): -3779884 or 13914822. OLE color: 13914822.

HSL color Cylindrical-coordinate representation of color #C652D4: hue angle of 293.54º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C652D4 is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 198 82 212 -
CMYK 0.07 0.61 0 0.17
HSL 293.54º 0.6% 0.58% -
HSV(B) 293.54º 0.61% 0.83% -
XYZ 38.19 22.79 64.67 -
YUV 131.5 173.43 175.43 -
System Red Green Blue C M Y K H S L
Decimal 198 82 212 0.07 0.61 0 0.17 293.54 0.6 0.58
Hex C6 52 D4 7 3D 0 11 126 3C 3A
Octal 306 122 324 7 75 0 21 446 74 72
Binary 11000110 1010010 11010100 111 111101 0 10001 100100110 111100 111010

Color Harmonies of #C652D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C652D4

Black with #C652D4

Text Example


Text Example

White with #C652D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C652D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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