Html Css Color HEX #C66ACB Orchid

📋 copy color: '#C66ACB'

red 198 ◦ green 106 ◦ blue 203

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

Shades of Orchid #C66ACB

Tints of Orchid #C66ACB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.91%

 BLUE value IS 203 (79.69% from 255) = 40.04%

R = 39.05%
G = 20.91%
B = 40.04%

CMYK

 C value IS 0.02

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C66ACB (or 0xC66ACB) is known color: Orchid. HEX triplet: C6, 6A and CB. RGB value is (198,106,203). Sum of RGB (Red+Green+Blue) = 198+106+203=507 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.05% from 507); Green value is 106 (41.80% from 255 or 20.91% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 203 - color contains mainly: blue. Hex color #C66ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66ACB is #399534. Grayscale: #909090. Windows color (decimal): -3773749 or 13331142. OLE color: 13331142.

HSL color Cylindrical-coordinate representation of color #C66ACB: hue angle of 296.91º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C66ACB is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 198 106 203 -
CMYK 0.02 0.48 0 0.20
HSL 296.91º 0.48% 0.61% -
HSV(B) 296.91º 0.48% 0.8% -
XYZ 39.22 26.63 59.57 -
YUV 144.57 160.98 166.11 -
System Red Green Blue C M Y K H S L
Decimal 198 106 203 0.02 0.48 0 0.20 296.91 0.48 0.61
Hex C6 6A CB 2 30 0 14 129 30 3D
Octal 306 152 313 2 60 0 24 451 60 75
Binary 11000110 1101010 11001011 10 110000 0 10100 100101001 110000 111101

Color Harmonies of #C66ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66ACB

Black with #C66ACB

Text Example


Text Example

White with #C66ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66ACB; }

 p { color: rgb(198,106,203); }

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

background-color css

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

 a { background-color: rgb(198,106,203); }

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

border-color css

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

 span { border-color: rgb(198,106,203); }

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