Html Css Color HEX #C67ECE Orchid

📋 copy color: '#C67ECE'

red 198 ◦ green 126 ◦ blue 206

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

Shades of Orchid #C67ECE

Tints of Orchid #C67ECE

RGB

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

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

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

R = 37.36%
G = 23.77%
B = 38.87%

CMYK

 C value IS 0.04

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C67ECE (or 0xC67ECE) is known color: Orchid. HEX triplet: C6, 7E and CE. RGB value is (198,126,206). Sum of RGB (Red+Green+Blue) = 198+126+206=530 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.36% from 530); Green value is 126 (49.61% from 255 or 23.77% from 530); Blue value is 206 (80.86% from 255 or 38.87% from 530); Max value from RGB is 206 - color contains mainly: blue. Hex color #C67ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67ECE is #398131. Grayscale: #9C9C9C. Windows color (decimal): -3768626 or 13532870. OLE color: 13532870.

HSL color Cylindrical-coordinate representation of color #C67ECE: hue angle of 294º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C67ECE is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 198 126 206 -
CMYK 0.04 0.39 0 0.19
HSL 294º 0.45% 0.65% -
HSV(B) 294º 0.39% 0.81% -
XYZ 41.89 31.38 62.24 -
YUV 156.65 155.85 157.5 -
System Red Green Blue C M Y K H S L
Decimal 198 126 206 0.04 0.39 0 0.19 294 0.45 0.65
Hex C6 7E CE 4 27 0 13 126 2D 41
Octal 306 176 316 4 47 0 23 446 55 101
Binary 11000110 1111110 11001110 100 100111 0 10011 100100110 101101 1000001

Color Harmonies of #C67ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67ECE

Black with #C67ECE

Text Example


Text Example

White with #C67ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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