Html Css Color HEX #C65FDA Medium Orchid

📋 copy color: '#C65FDA'

red 198 ◦ green 95 ◦ blue 218

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

Shades of Medium Orchid #C65FDA

Tints of Medium Orchid #C65FDA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.59%

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

R = 38.75%
G = 18.59%
B = 42.66%

CMYK

 C value IS 0.09

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C65FDA (or 0xC65FDA) is known color: Medium Orchid. HEX triplet: C6, 5F and DA. RGB value is (198,95,218). Sum of RGB (Red+Green+Blue) = 198+95+218=511 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.75% from 511); Green value is 95 (37.5% from 255 or 18.59% from 511); Blue value is 218 (85.55% from 255 or 42.66% from 511); Max value from RGB is 218 - color contains mainly: blue. Hex color #C65FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65FDA is #39A025. Grayscale: #8B8B8B. Windows color (decimal): -3776550 or 14311366. OLE color: 14311366.

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

Color convert

RGB 198 95 218 -
CMYK 0.09 0.56 0 0.15
HSL 290.24º 0.62% 0.61% -
HSV(B) 290.24º 0.56% 0.85% -
XYZ 40.04 25.25 69.09 -
YUV 139.82 172.12 169.5 -
System Red Green Blue C M Y K H S L
Decimal 198 95 218 0.09 0.56 0 0.15 290.24 0.62 0.61
Hex C6 5F DA 9 38 0 F 122 3E 3D
Octal 306 137 332 11 70 0 17 442 76 75
Binary 11000110 1011111 11011010 1001 111000 0 1111 100100010 111110 111101

Color Harmonies of #C65FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65FDA

Black with #C65FDA

Text Example


Text Example

White with #C65FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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