Html Css Color HEX #CC6ACF Orchid

📋 copy color: '#CC6ACF'

red 204 ◦ green 106 ◦ blue 207

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

Shades of Orchid #CC6ACF

Tints of Orchid #CC6ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.04%

R = 39.46%
G = 20.5%
B = 40.04%

CMYK

 C value IS 0.01

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CC6ACF (or 0xCC6ACF) is known color: Orchid. HEX triplet: CC, 6A and CF. RGB value is (204,106,207). Sum of RGB (Red+Green+Blue) = 204+106+207=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 106 (41.80% from 255 or 20.50% from 517); Blue value is 207 (81.25% from 255 or 40.04% from 517); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC6ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6ACF is #339530. Grayscale: #929292. Windows color (decimal): -3380529 or 13593292. OLE color: 13593292.

HSL color Cylindrical-coordinate representation of color #CC6ACF: hue angle of 298.22º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CC6ACF is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 106 207 -
CMYK 0.01 0.49 0 0.19
HSL 298.22º 0.51% 0.61% -
HSV(B) 298.22º 0.49% 0.81% -
XYZ 41.32 27.65 62.19 -
YUV 146.82 161.97 168.79 -
System Red Green Blue C M Y K H S L
Decimal 204 106 207 0.01 0.49 0 0.19 298.22 0.51 0.61
Hex CC 6A CF 1 31 0 13 12A 33 3D
Octal 314 152 317 1 61 0 23 452 63 75
Binary 11001100 1101010 11001111 1 110001 0 10011 100101010 110011 111101

Color Harmonies of #CC6ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6ACF

Black with #CC6ACF

Text Example


Text Example

White with #CC6ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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