Html Css Color HEX #C67ABE Orchid

📋 copy color: '#C67ABE'

red 198 ◦ green 122 ◦ blue 190

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

Shades of Orchid #C67ABE

Tints of Orchid #C67ABE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.92%

 BLUE value IS 190 (74.61% from 255) = 37.25%

R = 38.82%
G = 23.92%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C67ABE (or 0xC67ABE) is known color: Orchid. HEX triplet: C6, 7A and BE. RGB value is (198,122,190). Sum of RGB (Red+Green+Blue) = 198+122+190=510 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.82% from 510); Green value is 122 (48.05% from 255 or 23.92% from 510); Blue value is 190 (74.61% from 255 or 37.25% from 510); Max value from RGB is 198 - color contains mainly: red. Hex color #C67ABE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67ABE is #398541. Grayscale: #989898. Windows color (decimal): -3769666 or 12483270. OLE color: 12483270.

HSL color Cylindrical-coordinate representation of color #C67ABE: hue angle of 306.32º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C67ABE is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 122 190 -
CMYK 0 0.38 0.04 0.22
HSL 306.32º 0.4% 0.63% -
HSV(B) 306.32º 0.38% 0.78% -
XYZ 39.54 29.64 52.35 -
YUV 152.48 149.18 160.47 -
System Red Green Blue C M Y K H S L
Decimal 198 122 190 0 0.38 0.04 0.22 306.32 0.4 0.63
Hex C6 7A BE 0 26 4 16 132 28 3F
Octal 306 172 276 0 46 4 26 462 50 77
Binary 11000110 1111010 10111110 0 100110 100 10110 100110010 101000 111111

Color Harmonies of #C67ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67ABE

Black with #C67ABE

Text Example


Text Example

White with #C67ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67ABE; }

 p { color: rgb(198,122,190); }

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

background-color css

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

 a { background-color: rgb(198,122,190); }

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

border-color css

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

 span { border-color: rgb(198,122,190); }

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