Html Css Color HEX #C65ACF Medium Orchid

📋 copy color: '#C65ACF'

red 198 ◦ green 90 ◦ blue 207

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

Shades of Medium Orchid #C65ACF

Tints of Medium Orchid #C65ACF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.18%

 BLUE value IS 207 (81.25% from 255) = 41.82%

R = 40%
G = 18.18%
B = 41.82%

CMYK

 C value IS 0.04

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C65ACF (or 0xC65ACF) is known color: Medium Orchid. HEX triplet: C6, 5A and CF. RGB value is (198,90,207). Sum of RGB (Red+Green+Blue) = 198+90+207=495 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40% from 495); Green value is 90 (35.55% from 255 or 18.18% from 495); Blue value is 207 (81.25% from 255 or 41.82% from 495); Max value from RGB is 207 - color contains mainly: blue. Hex color #C65ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65ACF is #39A530. Grayscale: #878787. Windows color (decimal): -3777841 or 13589190. OLE color: 13589190.

HSL color Cylindrical-coordinate representation of color #C65ACF: hue angle of 295.38º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C65ACF is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 198 90 207 -
CMYK 0.04 0.57 0 0.19
HSL 295.38º 0.55% 0.58% -
HSV(B) 295.38º 0.57% 0.81% -
XYZ 38.21 23.82 61.62 -
YUV 135.63 168.28 172.49 -
System Red Green Blue C M Y K H S L
Decimal 198 90 207 0.04 0.57 0 0.19 295.38 0.55 0.58
Hex C6 5A CF 4 39 0 13 127 37 3A
Octal 306 132 317 4 71 0 23 447 67 72
Binary 11000110 1011010 11001111 100 111001 0 10011 100100111 110111 111010

Color Harmonies of #C65ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65ACF

Black with #C65ACF

Text Example


Text Example

White with #C65ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65ACF; }

 p { color: rgb(198,90,207); }

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

background-color css

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

 a { background-color: rgb(198,90,207); }

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

border-color css

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

 span { border-color: rgb(198,90,207); }

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