Html Css Color HEX #C67ABB Orchid

📋 copy color: '#C67ABB'

red 198 ◦ green 122 ◦ blue 187

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

Shades of Orchid #C67ABB

Tints of Orchid #C67ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.88%

R = 39.05%
G = 24.06%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C67ABB (or 0xC67ABB) is known color: Orchid. HEX triplet: C6, 7A and BB. RGB value is (198,122,187). Sum of RGB (Red+Green+Blue) = 198+122+187=507 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.05% from 507); Green value is 122 (48.05% from 255 or 24.06% from 507); Blue value is 187 (73.44% from 255 or 36.88% from 507); Max value from RGB is 198 - color contains mainly: red. Hex color #C67ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67ABB is #398544. Grayscale: #979797. Windows color (decimal): -3769669 or 12286662. OLE color: 12286662.

HSL color Cylindrical-coordinate representation of color #C67ABB: hue angle of 308.68º 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 #C67ABB is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 122 187 -
CMYK 0 0.38 0.06 0.22
HSL 308.68º 0.4% 0.63% -
HSV(B) 308.68º 0.38% 0.78% -
XYZ 39.22 29.51 50.64 -
YUV 152.13 147.68 160.71 -
System Red Green Blue C M Y K H S L
Decimal 198 122 187 0 0.38 0.06 0.22 308.68 0.4 0.63
Hex C6 7A BB 0 26 6 16 135 28 3F
Octal 306 172 273 0 46 6 26 465 50 77
Binary 11000110 1111010 10111011 0 100110 110 10110 100110101 101000 111111

Color Harmonies of #C67ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67ABB

Black with #C67ABB

Text Example


Text Example

White with #C67ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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