Html Css Color HEX #CC74CA Orchid

📋 copy color: '#CC74CA'

red 204 ◦ green 116 ◦ blue 202

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

Shades of Orchid #CC74CA

Tints of Orchid #CC74CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.7%

R = 39.08%
G = 22.22%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

#CC74CA (or 0xCC74CA) is known color: Orchid. HEX triplet: CC, 74 and CA. RGB value is (204,116,202). Sum of RGB (Red+Green+Blue) = 204+116+202=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 116 (45.70% from 255 or 22.22% from 522); Blue value is 202 (79.30% from 255 or 38.70% from 522); Max value from RGB is 204 - color contains mainly: red. Hex color #CC74CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC74CA is #338B35. Grayscale: #979797. Windows color (decimal): -3377974 or 13268172. OLE color: 13268172.

HSL color Cylindrical-coordinate representation of color #CC74CA: hue angle of 301.36º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CC74CA is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 116 202 -
CMYK 0 0.43 0.01 0.2
HSL 301.36º 0.46% 0.63% -
HSV(B) 301.36º 0.43% 0.8% -
XYZ 41.81 29.59 59.39 -
YUV 152.12 156.15 165.01 -
System Red Green Blue C M Y K H S L
Decimal 204 116 202 0 0.43 0.01 0.2 301.36 0.46 0.63
Hex CC 74 CA 0 2B 1 14 12D 2E 3F
Octal 314 164 312 0 53 1 24 455 56 77
Binary 11001100 1110100 11001010 0 101011 1 10100 100101101 101110 111111

Color Harmonies of #CC74CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC74CA

Black with #CC74CA

Text Example


Text Example

White with #CC74CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC74CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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