Html Css Color HEX #C967E5 Medium Orchid

📋 copy color: '#C967E5'

red 201 ◦ green 103 ◦ blue 229

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

Shades of Medium Orchid #C967E5

Tints of Medium Orchid #C967E5

RGB

 RED value IS 201 (78.91% from 255) = 37.71%

 GREEN value IS 103 (40.63% from 255) = 19.32%

 BLUE value IS 229 (89.84% from 255) = 42.96%

R = 37.71%
G = 19.32%
B = 42.96%

CMYK

 C value IS 0.12

 M value IS 0.55

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C967E5 (or 0xC967E5) is known color: Medium Orchid. HEX triplet: C9, 67 and E5. RGB value is (201,103,229). Sum of RGB (Red+Green+Blue) = 201+103+229=533 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.71% from 533); Green value is 103 (40.62% from 255 or 19.32% from 533); Blue value is 229 (89.84% from 255 or 42.96% from 533); Max value from RGB is 229 - color contains mainly: blue. Hex color #C967E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C967E5 is #36981A. Grayscale: #929292. Windows color (decimal): -3577883 or 15034313. OLE color: 15034313.

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

Color convert

RGB 201 103 229 -
CMYK 0.12 0.55 0 0.10
HSL 286.67º 0.71% 0.65% -
HSV(B) 286.67º 0.55% 0.9% -
XYZ 43.08 27.78 77.22 -
YUV 146.67 174.47 166.75 -
System Red Green Blue C M Y K H S L
Decimal 201 103 229 0.12 0.55 0 0.10 286.67 0.71 0.65
Hex C9 67 E5 C 37 0 A 11F 47 41
Octal 311 147 345 14 67 0 12 437 107 101
Binary 11001001 1100111 11100101 1100 110111 0 1010 100011111 1000111 1000001

Color Harmonies of #C967E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C967E5

Black with #C967E5

Text Example


Text Example

White with #C967E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C967E5; }

 p { color: rgb(201,103,229); }

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

background-color css

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

 a { background-color: rgb(201,103,229); }

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

border-color css

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

 span { border-color: rgb(201,103,229); }

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