Html Css Color HEX #CC7ACF Orchid

📋 copy color: '#CC7ACF'

red 204 ◦ green 122 ◦ blue 207

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

Shades of Orchid #CC7ACF

Tints of Orchid #CC7ACF

RGB

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

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

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

R = 38.27%
G = 22.89%
B = 38.84%

CMYK

 C value IS 0.01

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CC7ACF (or 0xCC7ACF) is known color: Orchid. HEX triplet: CC, 7A and CF. RGB value is (204,122,207). Sum of RGB (Red+Green+Blue) = 204+122+207=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 122 (48.05% from 255 or 22.89% from 533); Blue value is 207 (81.25% from 255 or 38.84% from 533); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC7ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7ACF is #338530. Grayscale: #9B9B9B. Windows color (decimal): -3376433 or 13597388. OLE color: 13597388.

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

Color convert

RGB 204 122 207 -
CMYK 0.01 0.41 0 0.19
HSL 297.88º 0.47% 0.65% -
HSV(B) 297.88º 0.41% 0.81% -
XYZ 43.12 31.26 62.79 -
YUV 156.21 156.67 162.09 -
System Red Green Blue C M Y K H S L
Decimal 204 122 207 0.01 0.41 0 0.19 297.88 0.47 0.65
Hex CC 7A CF 1 29 0 13 12A 2F 41
Octal 314 172 317 1 51 0 23 452 57 101
Binary 11001100 1111010 11001111 1 101001 0 10011 100101010 101111 1000001

Color Harmonies of #CC7ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7ACF

Black with #CC7ACF

Text Example


Text Example

White with #CC7ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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