Html Css Color HEX #C67ACC Orchid

📋 copy color: '#C67ACC'

red 198 ◦ green 122 ◦ blue 204

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

Shades of Orchid #C67ACC

Tints of Orchid #C67ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.93%

R = 37.79%
G = 23.28%
B = 38.93%

CMYK

 C value IS 0.03

 M value IS 0.40

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C67ACC (or 0xC67ACC) is known color: Orchid. HEX triplet: C6, 7A and CC. RGB value is (198,122,204). Sum of RGB (Red+Green+Blue) = 198+122+204=524 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.79% from 524); Green value is 122 (48.05% from 255 or 23.28% from 524); Blue value is 204 (80.08% from 255 or 38.93% from 524); Max value from RGB is 204 - color contains mainly: blue. Hex color #C67ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67ACC is #398533. Grayscale: #999999. Windows color (decimal): -3769652 or 13400774. OLE color: 13400774.

HSL color Cylindrical-coordinate representation of color #C67ACC: hue angle of 295.61º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C67ACC is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 198 122 204 -
CMYK 0.03 0.40 0 0.2
HSL 295.61º 0.45% 0.64% -
HSV(B) 295.61º 0.4% 0.8% -
XYZ 41.15 30.28 60.8 -
YUV 154.07 156.18 159.33 -
System Red Green Blue C M Y K H S L
Decimal 198 122 204 0.03 0.40 0 0.2 295.61 0.45 0.64
Hex C6 7A CC 3 28 0 14 128 2D 40
Octal 306 172 314 3 50 0 24 450 55 100
Binary 11000110 1111010 11001100 11 101000 0 10100 100101000 101101 1000000

Color Harmonies of #C67ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67ACC

Black with #C67ACC

Text Example


Text Example

White with #C67ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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