Html Css Color HEX #C67ABA Orchid

📋 copy color: '#C67ABA'

red 198 ◦ green 122 ◦ blue 186

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

Shades of Orchid #C67ABA

Tints of Orchid #C67ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.76%

R = 39.13%
G = 24.11%
B = 36.76%

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

#C67ABA (or 0xC67ABA) is known color: Orchid. HEX triplet: C6, 7A and BA. RGB value is (198,122,186). Sum of RGB (Red+Green+Blue) = 198+122+186=506 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.13% from 506); Green value is 122 (48.05% from 255 or 24.11% from 506); Blue value is 186 (73.05% from 255 or 36.76% from 506); Max value from RGB is 198 - color contains mainly: red. Hex color #C67ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67ABA is #398545. Grayscale: #979797. Windows color (decimal): -3769670 or 12221126. OLE color: 12221126.

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

Color convert

RGB 198 122 186 -
CMYK 0 0.38 0.06 0.22
HSL 309.47º 0.4% 0.63% -
HSV(B) 309.47º 0.38% 0.78% -
XYZ 39.11 29.47 50.08 -
YUV 152.02 147.18 160.8 -
System Red Green Blue C M Y K H S L
Decimal 198 122 186 0 0.38 0.06 0.22 309.47 0.4 0.63
Hex C6 7A BA 0 26 6 16 135 28 3F
Octal 306 172 272 0 46 6 26 465 50 77
Binary 11000110 1111010 10111010 0 100110 110 10110 100110101 101000 111111

Color Harmonies of #C67ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67ABA

Black with #C67ABA

Text Example


Text Example

White with #C67ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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