Html Css Color HEX #C669DA Medium Orchid

📋 copy color: '#C669DA'

red 198 ◦ green 105 ◦ blue 218

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

Shades of Medium Orchid #C669DA

Tints of Medium Orchid #C669DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.84%

R = 38%
G = 20.15%
B = 41.84%

CMYK

 C value IS 0.09

 M value IS 0.52

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C669DA (or 0xC669DA) is known color: Medium Orchid. HEX triplet: C6, 69 and DA. RGB value is (198,105,218). Sum of RGB (Red+Green+Blue) = 198+105+218=521 (69% of max value = 765). Red value is 198 (77.73% from 255 or 38.00% from 521); Green value is 105 (41.41% from 255 or 20.15% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 218 - color contains mainly: blue. Hex color #C669DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C669DA is #399625. Grayscale: #919191. Windows color (decimal): -3773990 or 14313926. OLE color: 14313926.

HSL color Cylindrical-coordinate representation of color #C669DA: hue angle of 289.38º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C669DA is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 198 105 218 -
CMYK 0.09 0.52 0 0.15
HSL 289.38º 0.6% 0.63% -
HSV(B) 289.38º 0.52% 0.85% -
XYZ 41 27.17 69.41 -
YUV 145.69 168.81 165.31 -
System Red Green Blue C M Y K H S L
Decimal 198 105 218 0.09 0.52 0 0.15 289.38 0.6 0.63
Hex C6 69 DA 9 34 0 F 121 3C 3F
Octal 306 151 332 11 64 0 17 441 74 77
Binary 11000110 1101001 11011010 1001 110100 0 1111 100100001 111100 111111

Color Harmonies of #C669DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C669DA

Black with #C669DA

Text Example


Text Example

White with #C669DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C669DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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