Html Css Color HEX #C67ABC Orchid

📋 copy color: '#C67ABC'

red 198 ◦ green 122 ◦ blue 188

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

Shades of Orchid #C67ABC

Tints of Orchid #C67ABC

RGB

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

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

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

R = 38.98%
G = 24.02%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C67ABC (or 0xC67ABC) is known color: Orchid. HEX triplet: C6, 7A and BC. RGB value is (198,122,188). Sum of RGB (Red+Green+Blue) = 198+122+188=508 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.98% from 508); Green value is 122 (48.05% from 255 or 24.02% from 508); Blue value is 188 (73.83% from 255 or 37.01% from 508); Max value from RGB is 198 - color contains mainly: red. Hex color #C67ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67ABC is #398543. Grayscale: #989898. Windows color (decimal): -3769668 or 12352198. OLE color: 12352198.

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

Color convert

RGB 198 122 188 -
CMYK 0 0.38 0.05 0.22
HSL 307.89º 0.4% 0.63% -
HSV(B) 307.89º 0.38% 0.78% -
XYZ 39.33 29.56 51.21 -
YUV 152.25 148.18 160.63 -
System Red Green Blue C M Y K H S L
Decimal 198 122 188 0 0.38 0.05 0.22 307.89 0.4 0.63
Hex C6 7A BC 0 26 5 16 134 28 3F
Octal 306 172 274 0 46 5 26 464 50 77
Binary 11000110 1111010 10111100 0 100110 101 10110 100110100 101000 111111

Color Harmonies of #C67ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67ABC

Black with #C67ABC

Text Example


Text Example

White with #C67ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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