Html Css Color HEX #CC6BC1 Orchid

📋 copy color: '#CC6BC1'

red 204 ◦ green 107 ◦ blue 193

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

Shades of Orchid #CC6BC1

Tints of Orchid #CC6BC1

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.23%

 BLUE value IS 193 (75.78% from 255) = 38.29%

R = 40.48%
G = 21.23%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.05

 K value IS 0.2

RGB Variations

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

Color information

#CC6BC1 (or 0xCC6BC1) is known color: Orchid. HEX triplet: CC, 6B and C1. RGB value is (204,107,193). Sum of RGB (Red+Green+Blue) = 204+107+193=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 107 (42.19% from 255 or 21.23% from 504); Blue value is 193 (75.78% from 255 or 38.29% from 504); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6BC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6BC1 is #33943E. Grayscale: #919191. Windows color (decimal): -3380287 or 12676044. OLE color: 12676044.

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

Color convert

RGB 204 107 193 -
CMYK 0 0.48 0.05 0.2
HSL 306.8º 0.49% 0.61% -
HSV(B) 306.8º 0.48% 0.8% -
XYZ 39.79 27.2 53.61 -
YUV 145.81 154.64 169.51 -
System Red Green Blue C M Y K H S L
Decimal 204 107 193 0 0.48 0.05 0.2 306.8 0.49 0.61
Hex CC 6B C1 0 30 5 14 133 31 3D
Octal 314 153 301 0 60 5 24 463 61 75
Binary 11001100 1101011 11000001 0 110000 101 10100 100110011 110001 111101

Color Harmonies of #CC6BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6BC1

Black with #CC6BC1

Text Example


Text Example

White with #CC6BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6BC1; }

 p { color: rgb(204,107,193); }

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

background-color css

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

 a { background-color: rgb(204,107,193); }

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

border-color css

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

 span { border-color: rgb(204,107,193); }

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