Html Css Color HEX #C669E4 Medium Orchid

📋 copy color: '#C669E4'

red 198 ◦ green 105 ◦ blue 228

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

Shades of Medium Orchid #C669E4

Tints of Medium Orchid #C669E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 42.94%

R = 37.29%
G = 19.77%
B = 42.94%

CMYK

 C value IS 0.13

 M value IS 0.54

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C669E4 (or 0xC669E4) is known color: Medium Orchid. HEX triplet: C6, 69 and E4. RGB value is (198,105,228). Sum of RGB (Red+Green+Blue) = 198+105+228=531 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.29% from 531); Green value is 105 (41.41% from 255 or 19.77% from 531); Blue value is 228 (89.45% from 255 or 42.94% from 531); Max value from RGB is 228 - color contains mainly: blue. Hex color #C669E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C669E4 is #39961B. Grayscale: #929292. Windows color (decimal): -3773980 or 14969286. OLE color: 14969286.

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

Color convert

RGB 198 105 228 -
CMYK 0.13 0.54 0 0.11
HSL 285.37º 0.69% 0.65% -
HSV(B) 285.37º 0.54% 0.89% -
XYZ 42.34 27.71 76.52 -
YUV 146.83 173.81 164.5 -
System Red Green Blue C M Y K H S L
Decimal 198 105 228 0.13 0.54 0 0.11 285.37 0.69 0.65
Hex C6 69 E4 D 36 0 B 11D 45 41
Octal 306 151 344 15 66 0 13 435 105 101
Binary 11000110 1101001 11100100 1101 110110 0 1011 100011101 1000101 1000001

Color Harmonies of #C669E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C669E4

Black with #C669E4

Text Example


Text Example

White with #C669E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C669E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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