Html Css Color HEX #C652F2 Medium Orchid

📋 copy color: '#C652F2'

red 198 ◦ green 82 ◦ blue 242

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

Shades of Medium Orchid #C652F2

Tints of Medium Orchid #C652F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 46.36%

R = 37.93%
G = 15.71%
B = 46.36%

CMYK

 C value IS 0.18

 M value IS 0.66

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C652F2 (or 0xC652F2) is known color: Medium Orchid. HEX triplet: C6, 52 and F2. RGB value is (198,82,242). Sum of RGB (Red+Green+Blue) = 198+82+242=522 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.93% from 522); Green value is 82 (32.42% from 255 or 15.71% from 522); Blue value is 242 (94.92% from 255 or 46.36% from 522); Max value from RGB is 242 - color contains mainly: blue. Hex color #C652F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C652F2 is #39AD0D. Grayscale: #868686. Windows color (decimal): -3779854 or 15880902. OLE color: 15880902.

HSL color Cylindrical-coordinate representation of color #C652F2: hue angle of 283.5º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C652F2 is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 198 82 242 -
CMYK 0.18 0.66 0 0.05
HSL 283.5º 0.86% 0.64% -
HSV(B) 283.5º 0.66% 0.95% -
XYZ 42.33 24.45 86.49 -
YUV 134.92 188.43 172.99 -
System Red Green Blue C M Y K H S L
Decimal 198 82 242 0.18 0.66 0 0.05 283.5 0.86 0.64
Hex C6 52 F2 12 42 0 5 11C 56 40
Octal 306 122 362 22 102 0 5 434 126 100
Binary 11000110 1010010 11110010 10010 1000010 0 101 100011100 1010110 1000000

Color Harmonies of #C652F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C652F2

Black with #C652F2

Text Example


Text Example

White with #C652F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C652F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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