Html Css Color HEX #C66BDF Medium Orchid

📋 copy color: '#C66BDF'

red 198 ◦ green 107 ◦ blue 223

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

Shades of Medium Orchid #C66BDF

Tints of Medium Orchid #C66BDF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.27%

 BLUE value IS 223 (87.5% from 255) = 42.23%

R = 37.5%
G = 20.27%
B = 42.23%

CMYK

 C value IS 0.11

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C66BDF (or 0xC66BDF) is known color: Medium Orchid. HEX triplet: C6, 6B and DF. RGB value is (198,107,223). Sum of RGB (Red+Green+Blue) = 198+107+223=528 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.5% from 528); Green value is 107 (42.19% from 255 or 20.27% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 223 - color contains mainly: blue. Hex color #C66BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66BDF is #399420. Grayscale: #939393. Windows color (decimal): -3773473 or 14642118. OLE color: 14642118.

HSL color Cylindrical-coordinate representation of color #C66BDF: hue angle of 287.07º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C66BDF is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 107 223 -
CMYK 0.11 0.52 0 0.13
HSL 287.07º 0.64% 0.65% -
HSV(B) 287.07º 0.52% 0.87% -
XYZ 41.87 27.85 72.98 -
YUV 147.43 170.65 164.07 -
System Red Green Blue C M Y K H S L
Decimal 198 107 223 0.11 0.52 0 0.13 287.07 0.64 0.65
Hex C6 6B DF B 34 0 D 11F 40 41
Octal 306 153 337 13 64 0 15 437 100 101
Binary 11000110 1101011 11011111 1011 110100 0 1101 100011111 1000000 1000001

Color Harmonies of #C66BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66BDF

Black with #C66BDF

Text Example


Text Example

White with #C66BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66BDF; }

 p { color: rgb(198,107,223); }

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

background-color css

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

 a { background-color: rgb(198,107,223); }

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

border-color css

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

 span { border-color: rgb(198,107,223); }

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