Html Css Color HEX #C074CC Orchid

📋 copy color: '#C074CC'

red 192 ◦ green 116 ◦ blue 204

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

Shades of Orchid #C074CC

Tints of Orchid #C074CC

RGB

 RED value IS 192 (75.39% from 255) = 37.5%

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

 BLUE value IS 204 (80.08% from 255) = 39.84%

R = 37.5%
G = 22.66%
B = 39.84%

CMYK

 C value IS 0.06

 M value IS 0.43

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C074CC (or 0xC074CC) is known color: Orchid. HEX triplet: C0, 74 and CC. RGB value is (192,116,204). Sum of RGB (Red+Green+Blue) = 192+116+204=512 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.5% from 512); Green value is 116 (45.70% from 255 or 22.66% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 204 - color contains mainly: blue. Hex color #C074CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C074CC is #3F8B33. Grayscale: #949494. Windows color (decimal): -4164404 or 13399232. OLE color: 13399232.

HSL color Cylindrical-coordinate representation of color #C074CC: hue angle of 291.82º 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 #C074CC is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 192 116 204 -
CMYK 0.06 0.43 0 0.2
HSL 291.82º 0.46% 0.63% -
HSV(B) 291.82º 0.43% 0.8% -
XYZ 38.88 28.06 60.49 -
YUV 148.76 159.18 158.84 -
System Red Green Blue C M Y K H S L
Decimal 192 116 204 0.06 0.43 0 0.2 291.82 0.46 0.63
Hex C0 74 CC 6 2B 0 14 124 2E 3F
Octal 300 164 314 6 53 0 24 444 56 77
Binary 11000000 1110100 11001100 110 101011 0 10100 100100100 101110 111111

Color Harmonies of #C074CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C074CC

Black with #C074CC

Text Example


Text Example

White with #C074CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C074CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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