Html Css Color HEX #C643DA Medium Orchid

📋 copy color: '#C643DA'

red 198 ◦ green 67 ◦ blue 218

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

Shades of Medium Orchid #C643DA

Tints of Medium Orchid #C643DA

RGB

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

 GREEN value IS 67 (26.56% from 255) = 13.87%

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

R = 40.99%
G = 13.87%
B = 45.13%

CMYK

 C value IS 0.09

 M value IS 0.69

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C643DA (or 0xC643DA) is known color: Medium Orchid. HEX triplet: C6, 43 and DA. RGB value is (198,67,218). Sum of RGB (Red+Green+Blue) = 198+67+218=483 (63% of max value = 765). Red value is 198 (77.73% from 255 or 40.99% from 483); Green value is 67 (26.56% from 255 or 13.87% from 483); Blue value is 218 (85.55% from 255 or 45.13% from 483); Max value from RGB is 218 - color contains mainly: blue. Hex color #C643DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C643DA is #39BC25. Grayscale: #7A7A7A. Windows color (decimal): -3783718 or 14304198. OLE color: 14304198.

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

Color convert

RGB 198 67 218 -
CMYK 0.09 0.69 0 0.15
HSL 292.05º 0.67% 0.56% -
HSV(B) 292.05º 0.69% 0.85% -
XYZ 37.95 21.08 68.4 -
YUV 123.38 181.4 181.22 -
System Red Green Blue C M Y K H S L
Decimal 198 67 218 0.09 0.69 0 0.15 292.05 0.67 0.56
Hex C6 43 DA 9 45 0 F 124 43 38
Octal 306 103 332 11 105 0 17 444 103 70
Binary 11000110 1000011 11011010 1001 1000101 0 1111 100100100 1000011 111000

Color Harmonies of #C643DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C643DA

Black with #C643DA

Text Example


Text Example

White with #C643DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C643DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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