Html Css Color HEX #C652DA Medium Orchid

📋 copy color: '#C652DA'

red 198 ◦ green 82 ◦ blue 218

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

Shades of Medium Orchid #C652DA

Tints of Medium Orchid #C652DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.78%

R = 39.76%
G = 16.47%
B = 43.78%

CMYK

 C value IS 0.09

 M value IS 0.62

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C652DA (or 0xC652DA) is known color: Medium Orchid. HEX triplet: C6, 52 and DA. RGB value is (198,82,218). Sum of RGB (Red+Green+Blue) = 198+82+218=498 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.76% from 498); Green value is 82 (32.42% from 255 or 16.47% from 498); Blue value is 218 (85.55% from 255 or 43.78% from 498); Max value from RGB is 218 - color contains mainly: blue. Hex color #C652DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C652DA is #39AD25. Grayscale: #838383. Windows color (decimal): -3779878 or 14308038. OLE color: 14308038.

HSL color Cylindrical-coordinate representation of color #C652DA: hue angle of 291.18º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C652DA is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 198 82 218 -
CMYK 0.09 0.62 0 0.15
HSL 291.18º 0.65% 0.59% -
HSV(B) 291.18º 0.62% 0.85% -
XYZ 38.96 23.1 68.74 -
YUV 132.19 176.43 174.94 -
System Red Green Blue C M Y K H S L
Decimal 198 82 218 0.09 0.62 0 0.15 291.18 0.65 0.59
Hex C6 52 DA 9 3E 0 F 123 41 3B
Octal 306 122 332 11 76 0 17 443 101 73
Binary 11000110 1010010 11011010 1001 111110 0 1111 100100011 1000001 111011

Color Harmonies of #C652DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C652DA

Black with #C652DA

Text Example


Text Example

White with #C652DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C652DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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