Html Css Color HEX #CC6ACB Orchid

📋 copy color: '#CC6ACB'

red 204 ◦ green 106 ◦ blue 203

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

Shades of Orchid #CC6ACB

Tints of Orchid #CC6ACB

RGB

 RED value IS 204 (80.08% from 255) = 39.77%

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

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

R = 39.77%
G = 20.66%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

#CC6ACB (or 0xCC6ACB) is known color: Orchid. HEX triplet: CC, 6A and CB. RGB value is (204,106,203). Sum of RGB (Red+Green+Blue) = 204+106+203=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 106 (41.80% from 255 or 20.66% from 513); Blue value is 203 (79.69% from 255 or 39.57% from 513); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6ACB is #339534. Grayscale: #929292. Windows color (decimal): -3380533 or 13331148. OLE color: 13331148.

HSL color Cylindrical-coordinate representation of color #CC6ACB: hue angle of 300.61º degrees, saturation: 0.49, 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 #CC6ACB is Cyan = 0, Magento = 0.48, Yellow = 0.00 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 106 203 -
CMYK 0 0.48 0.00 0.2
HSL 300.61º 0.49% 0.61% -
HSV(B) 300.61º 0.48% 0.8% -
XYZ 40.84 27.46 59.65 -
YUV 146.36 159.97 169.11 -
System Red Green Blue C M Y K H S L
Decimal 204 106 203 0 0.48 0.00 0.2 300.61 0.49 0.61
Hex CC 6A CB 0 30 0 14 12D 31 3D
Octal 314 152 313 0 60 0 24 455 61 75
Binary 11001100 1101010 11001011 0 110000 0 10100 100101101 110001 111101

Color Harmonies of #CC6ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6ACB

Black with #CC6ACB

Text Example


Text Example

White with #CC6ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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