Html Css Color HEX #C669D5 Medium Orchid

📋 copy color: '#C669D5'

red 198 ◦ green 105 ◦ blue 213

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

Shades of Medium Orchid #C669D5

Tints of Medium Orchid #C669D5

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.35%

 BLUE value IS 213 (83.59% from 255) = 41.28%

R = 38.37%
G = 20.35%
B = 41.28%

CMYK

 C value IS 0.07

 M value IS 0.51

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C669D5 (or 0xC669D5) is known color: Medium Orchid. HEX triplet: C6, 69 and D5. RGB value is (198,105,213). Sum of RGB (Red+Green+Blue) = 198+105+213=516 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.37% from 516); Green value is 105 (41.41% from 255 or 20.35% from 516); Blue value is 213 (83.59% from 255 or 41.28% from 516); Max value from RGB is 213 - color contains mainly: blue. Hex color #C669D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C669D5 is #39962A. Grayscale: #909090. Windows color (decimal): -3773995 or 13986246. OLE color: 13986246.

HSL color Cylindrical-coordinate representation of color #C669D5: hue angle of 291.67º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C669D5 is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 198 105 213 -
CMYK 0.07 0.51 0 0.16
HSL 291.67º 0.56% 0.62% -
HSV(B) 291.67º 0.51% 0.84% -
XYZ 40.35 26.91 66.02 -
YUV 145.12 166.31 165.72 -
System Red Green Blue C M Y K H S L
Decimal 198 105 213 0.07 0.51 0 0.16 291.67 0.56 0.62
Hex C6 69 D5 7 33 0 10 124 38 3E
Octal 306 151 325 7 63 0 20 444 70 76
Binary 11000110 1101001 11010101 111 110011 0 10000 100100100 111000 111110

Color Harmonies of #C669D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C669D5

Black with #C669D5

Text Example


Text Example

White with #C669D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C669D5; }

 p { color: rgb(198,105,213); }

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

background-color css

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

 a { background-color: rgb(198,105,213); }

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

border-color css

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

 span { border-color: rgb(198,105,213); }

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