Html Css Color HEX #C66BE0 Medium Orchid

📋 copy color: '#C66BE0'

red 198 ◦ green 107 ◦ blue 224

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

Shades of Medium Orchid #C66BE0

Tints of Medium Orchid #C66BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 42.34%

R = 37.43%
G = 20.23%
B = 42.34%

CMYK

 C value IS 0.12

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C66BE0 (or 0xC66BE0) is known color: Medium Orchid. HEX triplet: C6, 6B and E0. RGB value is (198,107,224). Sum of RGB (Red+Green+Blue) = 198+107+224=529 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.43% from 529); Green value is 107 (42.19% from 255 or 20.23% from 529); Blue value is 224 (87.89% from 255 or 42.34% from 529); Max value from RGB is 224 - color contains mainly: blue. Hex color #C66BE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66BE0 is #39941F. Grayscale: #939393. Windows color (decimal): -3773472 or 14707654. OLE color: 14707654.

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

Color convert

RGB 198 107 224 -
CMYK 0.12 0.52 0 0.12
HSL 286.67º 0.65% 0.65% -
HSV(B) 286.67º 0.52% 0.88% -
XYZ 42 27.9 73.69 -
YUV 147.55 171.15 163.99 -
System Red Green Blue C M Y K H S L
Decimal 198 107 224 0.12 0.52 0 0.12 286.67 0.65 0.65
Hex C6 6B E0 C 34 0 C 11F 41 41
Octal 306 153 340 14 64 0 14 437 101 101
Binary 11000110 1101011 11100000 1100 110100 0 1100 100011111 1000001 1000001

Color Harmonies of #C66BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66BE0

Black with #C66BE0

Text Example


Text Example

White with #C66BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66BE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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