Html Css Color HEX #C667CE Medium Orchid

📋 copy color: '#C667CE'

red 198 ◦ green 103 ◦ blue 206

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

Shades of Medium Orchid #C667CE

Tints of Medium Orchid #C667CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.63%

R = 39.05%
G = 20.32%
B = 40.63%

CMYK

 C value IS 0.04

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C667CE (or 0xC667CE) is known color: Medium Orchid. HEX triplet: C6, 67 and CE. RGB value is (198,103,206). Sum of RGB (Red+Green+Blue) = 198+103+206=507 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.05% from 507); Green value is 103 (40.62% from 255 or 20.32% from 507); Blue value is 206 (80.86% from 255 or 40.63% from 507); Max value from RGB is 206 - color contains mainly: blue. Hex color #C667CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C667CE is #399831. Grayscale: #8E8E8E. Windows color (decimal): -3774514 or 13526982. OLE color: 13526982.

HSL color Cylindrical-coordinate representation of color #C667CE: hue angle of 295.34º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C667CE is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 198 103 206 -
CMYK 0.04 0.50 0 0.19
HSL 295.34º 0.51% 0.61% -
HSV(B) 295.34º 0.5% 0.81% -
XYZ 39.28 26.16 61.37 -
YUV 143.15 163.47 167.12 -
System Red Green Blue C M Y K H S L
Decimal 198 103 206 0.04 0.50 0 0.19 295.34 0.51 0.61
Hex C6 67 CE 4 32 0 13 127 33 3D
Octal 306 147 316 4 62 0 23 447 63 75
Binary 11000110 1100111 11001110 100 110010 0 10011 100100111 110011 111101

Color Harmonies of #C667CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C667CE

Black with #C667CE

Text Example


Text Example

White with #C667CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C667CE; }

 p { color: rgb(198,103,206); }

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

background-color css

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

 a { background-color: rgb(198,103,206); }

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

border-color css

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

 span { border-color: rgb(198,103,206); }

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