Html Css Color HEX #C67EBC Orchid

📋 copy color: '#C67EBC'

red 198 ◦ green 126 ◦ blue 188

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

Shades of Orchid #C67EBC

Tints of Orchid #C67EBC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 24.61%

 BLUE value IS 188 (73.83% from 255) = 36.72%

R = 38.67%
G = 24.61%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C67EBC (or 0xC67EBC) is known color: Orchid. HEX triplet: C6, 7E and BC. RGB value is (198,126,188). Sum of RGB (Red+Green+Blue) = 198+126+188=512 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.67% from 512); Green value is 126 (49.61% from 255 or 24.61% from 512); Blue value is 188 (73.83% from 255 or 36.72% from 512); Max value from RGB is 198 - color contains mainly: red. Hex color #C67EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67EBC is #398143. Grayscale: #9A9A9A. Windows color (decimal): -3768644 or 12353222. OLE color: 12353222.

HSL color Cylindrical-coordinate representation of color #C67EBC: hue angle of 308.33º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C67EBC is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 126 188 -
CMYK 0 0.36 0.05 0.22
HSL 308.33º 0.39% 0.64% -
HSV(B) 308.33º 0.36% 0.78% -
XYZ 39.83 30.56 51.38 -
YUV 154.6 146.85 158.96 -
System Red Green Blue C M Y K H S L
Decimal 198 126 188 0 0.36 0.05 0.22 308.33 0.39 0.64
Hex C6 7E BC 0 24 5 16 134 27 40
Octal 306 176 274 0 44 5 26 464 47 100
Binary 11000110 1111110 10111100 0 100100 101 10110 100110100 100111 1000000

Color Harmonies of #C67EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67EBC

Black with #C67EBC

Text Example


Text Example

White with #C67EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67EBC; }

 p { color: rgb(198,126,188); }

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

background-color css

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

 a { background-color: rgb(198,126,188); }

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

border-color css

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

 span { border-color: rgb(198,126,188); }

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