Html Css Color HEX #C65CDA Medium Orchid

📋 copy color: '#C65CDA'

red 198 ◦ green 92 ◦ blue 218

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

Shades of Medium Orchid #C65CDA

Tints of Medium Orchid #C65CDA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.11%

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

R = 38.98%
G = 18.11%
B = 42.91%

CMYK

 C value IS 0.09

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C65CDA (or 0xC65CDA) is known color: Medium Orchid. HEX triplet: C6, 5C and DA. RGB value is (198,92,218). Sum of RGB (Red+Green+Blue) = 198+92+218=508 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.98% from 508); Green value is 92 (36.33% from 255 or 18.11% from 508); Blue value is 218 (85.55% from 255 or 42.91% from 508); Max value from RGB is 218 - color contains mainly: blue. Hex color #C65CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65CDA is #39A325. Grayscale: #898989. Windows color (decimal): -3777318 or 14310598. OLE color: 14310598.

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

Color convert

RGB 198 92 218 -
CMYK 0.09 0.58 0 0.15
HSL 290.48º 0.63% 0.61% -
HSV(B) 290.48º 0.58% 0.85% -
XYZ 39.77 24.72 69.01 -
YUV 138.06 173.12 170.75 -
System Red Green Blue C M Y K H S L
Decimal 198 92 218 0.09 0.58 0 0.15 290.48 0.63 0.61
Hex C6 5C DA 9 3A 0 F 122 3F 3D
Octal 306 134 332 11 72 0 17 442 77 75
Binary 11000110 1011100 11011010 1001 111010 0 1111 100100010 111111 111101

Color Harmonies of #C65CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65CDA

Black with #C65CDA

Text Example


Text Example

White with #C65CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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