Html Css Color HEX #C642DA Medium Orchid

📋 copy color: '#C642DA'

red 198 ◦ green 66 ◦ blue 218

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

Shades of Medium Orchid #C642DA

Tints of Medium Orchid #C642DA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.69%

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

R = 41.08%
G = 13.69%
B = 45.23%

CMYK

 C value IS 0.09

 M value IS 0.70

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C642DA (or 0xC642DA) is known color: Medium Orchid. HEX triplet: C6, 42 and DA. RGB value is (198,66,218). Sum of RGB (Red+Green+Blue) = 198+66+218=482 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.08% from 482); Green value is 66 (26.17% from 255 or 13.69% from 482); Blue value is 218 (85.55% from 255 or 45.23% from 482); Max value from RGB is 218 - color contains mainly: blue. Hex color #C642DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C642DA is #39BD25. Grayscale: #7A7A7A. Windows color (decimal): -3783974 or 14303942. OLE color: 14303942.

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

Color convert

RGB 198 66 218 -
CMYK 0.09 0.70 0 0.15
HSL 292.11º 0.67% 0.56% -
HSV(B) 292.11º 0.7% 0.85% -
XYZ 37.89 20.96 68.38 -
YUV 122.8 181.73 181.64 -
System Red Green Blue C M Y K H S L
Decimal 198 66 218 0.09 0.70 0 0.15 292.11 0.67 0.56
Hex C6 42 DA 9 46 0 F 124 43 38
Octal 306 102 332 11 106 0 17 444 103 70
Binary 11000110 1000010 11011010 1001 1000110 0 1111 100100100 1000011 111000

Color Harmonies of #C642DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C642DA

Black with #C642DA

Text Example


Text Example

White with #C642DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C642DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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