Html Css Color HEX #CC74D1 Orchid

📋 copy color: '#CC74D1'

red 204 ◦ green 116 ◦ blue 209

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

Shades of Orchid #CC74D1

Tints of Orchid #CC74D1

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.93%

 BLUE value IS 209 (82.03% from 255) = 39.51%

R = 38.56%
G = 21.93%
B = 39.51%

CMYK

 C value IS 0.02

 M value IS 0.44

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CC74D1 (or 0xCC74D1) is known color: Orchid. HEX triplet: CC, 74 and D1. RGB value is (204,116,209). Sum of RGB (Red+Green+Blue) = 204+116+209=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 116 (45.70% from 255 or 21.93% from 529); Blue value is 209 (82.03% from 255 or 39.51% from 529); Max value from RGB is 209 - color contains mainly: blue. Hex color #CC74D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC74D1 is #338B2E. Grayscale: #989898. Windows color (decimal): -3377967 or 13726924. OLE color: 13726924.

HSL color Cylindrical-coordinate representation of color #CC74D1: hue angle of 296.77º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CC74D1 is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 116 209 -
CMYK 0.02 0.44 0 0.18
HSL 296.77º 0.5% 0.64% -
HSV(B) 296.77º 0.44% 0.82% -
XYZ 42.66 29.93 63.85 -
YUV 152.91 159.65 164.44 -
System Red Green Blue C M Y K H S L
Decimal 204 116 209 0.02 0.44 0 0.18 296.77 0.5 0.64
Hex CC 74 D1 2 2C 0 12 129 32 40
Octal 314 164 321 2 54 0 22 451 62 100
Binary 11001100 1110100 11010001 10 101100 0 10010 100101001 110010 1000000

Color Harmonies of #CC74D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC74D1

Black with #CC74D1

Text Example


Text Example

White with #CC74D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC74D1; }

 p { color: rgb(204,116,209); }

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

background-color css

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

 a { background-color: rgb(204,116,209); }

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

border-color css

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

 span { border-color: rgb(204,116,209); }

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