Html Css Color HEX #C669D3 Medium Orchid

📋 copy color: '#C669D3'

red 198 ◦ green 105 ◦ blue 211

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

Shades of Medium Orchid #C669D3

Tints of Medium Orchid #C669D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 41.05%

R = 38.52%
G = 20.43%
B = 41.05%

CMYK

 C value IS 0.06

 M value IS 0.50

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C669D3 (or 0xC669D3) is known color: Medium Orchid. HEX triplet: C6, 69 and D3. RGB value is (198,105,211). Sum of RGB (Red+Green+Blue) = 198+105+211=514 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.52% from 514); Green value is 105 (41.41% from 255 or 20.43% from 514); Blue value is 211 (82.81% from 255 or 41.05% from 514); Max value from RGB is 211 - color contains mainly: blue. Hex color #C669D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C669D3 is #39962C. Grayscale: #909090. Windows color (decimal): -3773997 or 13855174. OLE color: 13855174.

HSL color Cylindrical-coordinate representation of color #C669D3: hue angle of 292.64º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C669D3 is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 198 105 211 -
CMYK 0.06 0.50 0 0.17
HSL 292.64º 0.55% 0.62% -
HSV(B) 292.64º 0.5% 0.83% -
XYZ 40.1 26.81 64.69 -
YUV 144.89 165.31 165.88 -
System Red Green Blue C M Y K H S L
Decimal 198 105 211 0.06 0.50 0 0.17 292.64 0.55 0.62
Hex C6 69 D3 6 32 0 11 125 37 3E
Octal 306 151 323 6 62 0 21 445 67 76
Binary 11000110 1101001 11010011 110 110010 0 10001 100100101 110111 111110

Color Harmonies of #C669D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C669D3

Black with #C669D3

Text Example


Text Example

White with #C669D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C669D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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