Html Css Color HEX #C644DA Medium Orchid

📋 copy color: '#C644DA'

red 198 ◦ green 68 ◦ blue 218

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

Shades of Medium Orchid #C644DA

Tints of Medium Orchid #C644DA

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.05%

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

R = 40.91%
G = 14.05%
B = 45.04%

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

#C644DA (or 0xC644DA) is known color: Medium Orchid. HEX triplet: C6, 44 and DA. RGB value is (198,68,218). Sum of RGB (Red+Green+Blue) = 198+68+218=484 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.91% from 484); Green value is 68 (26.95% from 255 or 14.05% from 484); Blue value is 218 (85.55% from 255 or 45.04% from 484); Max value from RGB is 218 - color contains mainly: blue. Hex color #C644DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C644DA is #39BB25. Grayscale: #7B7B7B. Windows color (decimal): -3783462 or 14304454. OLE color: 14304454.

HSL color Cylindrical-coordinate representation of color #C644DA: hue angle of 292º 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 #C644DA is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 198 68 218 -
CMYK 0.09 0.69 0 0.15
HSL 292º 0.67% 0.56% -
HSV(B) 292º 0.69% 0.85% -
XYZ 38.01 21.2 68.42 -
YUV 123.97 181.07 180.8 -
System Red Green Blue C M Y K H S L
Decimal 198 68 218 0.09 0.69 0 0.15 292 0.67 0.56
Hex C6 44 DA 9 45 0 F 124 43 38
Octal 306 104 332 11 105 0 17 444 103 70
Binary 11000110 1000100 11011010 1001 1000101 0 1111 100100100 1000011 111000

Color Harmonies of #C644DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C644DA

Black with #C644DA

Text Example


Text Example

White with #C644DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C644DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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