Html Css Color HEX #CC74DE Orchid

📋 copy color: '#CC74DE'

red 204 ◦ green 116 ◦ blue 222

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

Shades of Orchid #CC74DE

Tints of Orchid #CC74DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.96%

R = 37.64%
G = 21.4%
B = 40.96%

CMYK

 C value IS 0.08

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC74DE (or 0xCC74DE) is known color: Orchid. HEX triplet: CC, 74 and DE. RGB value is (204,116,222). Sum of RGB (Red+Green+Blue) = 204+116+222=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 116 (45.70% from 255 or 21.40% from 542); Blue value is 222 (87.11% from 255 or 40.96% from 542); Max value from RGB is 222 - color contains mainly: blue. Hex color #CC74DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC74DE is #338B21. Grayscale: #9A9A9A. Windows color (decimal): -3377954 or 14578892. OLE color: 14578892.

HSL color Cylindrical-coordinate representation of color #CC74DE: hue angle of 289.81º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CC74DE is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 116 222 -
CMYK 0.08 0.48 0 0.13
HSL 289.81º 0.62% 0.66% -
HSV(B) 289.81º 0.48% 0.87% -
XYZ 44.33 30.6 72.68 -
YUV 154.4 166.15 163.38 -
System Red Green Blue C M Y K H S L
Decimal 204 116 222 0.08 0.48 0 0.13 289.81 0.62 0.66
Hex CC 74 DE 8 30 0 D 122 3E 42
Octal 314 164 336 10 60 0 15 442 76 102
Binary 11001100 1110100 11011110 1000 110000 0 1101 100100010 111110 1000010

Color Harmonies of #CC74DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC74DE

Black with #CC74DE

Text Example


Text Example

White with #CC74DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC74DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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