Html Css Color HEX #C65BCF Medium Orchid

📋 copy color: '#C65BCF'

red 198 ◦ green 91 ◦ blue 207

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

Shades of Medium Orchid #C65BCF

Tints of Medium Orchid #C65BCF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.35%

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

R = 39.92%
G = 18.35%
B = 41.73%

CMYK

 C value IS 0.04

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C65BCF (or 0xC65BCF) is known color: Medium Orchid. HEX triplet: C6, 5B and CF. RGB value is (198,91,207). Sum of RGB (Red+Green+Blue) = 198+91+207=496 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.92% from 496); Green value is 91 (35.94% from 255 or 18.35% from 496); Blue value is 207 (81.25% from 255 or 41.73% from 496); Max value from RGB is 207 - color contains mainly: blue. Hex color #C65BCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65BCF is #39A430. Grayscale: #878787. Windows color (decimal): -3777585 or 13589446. OLE color: 13589446.

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

Color convert

RGB 198 91 207 -
CMYK 0.04 0.56 0 0.19
HSL 295.34º 0.55% 0.58% -
HSV(B) 295.34º 0.56% 0.81% -
XYZ 38.29 23.99 61.64 -
YUV 136.22 167.95 172.07 -
System Red Green Blue C M Y K H S L
Decimal 198 91 207 0.04 0.56 0 0.19 295.34 0.55 0.58
Hex C6 5B CF 4 38 0 13 127 37 3A
Octal 306 133 317 4 70 0 23 447 67 72
Binary 11000110 1011011 11001111 100 111000 0 10011 100100111 110111 111010

Color Harmonies of #C65BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65BCF

Black with #C65BCF

Text Example


Text Example

White with #C65BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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