Html Css Color HEX #CF74B6 Orchid

📋 copy color: '#CF74B6'

red 207 ◦ green 116 ◦ blue 182

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

Shades of Orchid #CF74B6

Tints of Orchid #CF74B6

RGB

 RED value IS 207 (81.25% from 255) = 40.99%

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

 BLUE value IS 182 (71.48% from 255) = 36.04%

R = 40.99%
G = 22.97%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#CF74B6 (or 0xCF74B6) is known color: Orchid. HEX triplet: CF, 74 and B6. RGB value is (207,116,182). Sum of RGB (Red+Green+Blue) = 207+116+182=505 (66% of max value = 765). Red value is 207 (81.25% from 255 or 40.99% from 505); Green value is 116 (45.70% from 255 or 22.97% from 505); Blue value is 182 (71.48% from 255 or 36.04% from 505); Max value from RGB is 207 - color contains mainly: red. Hex color #CF74B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF74B6 is #308B49. Grayscale: #969696. Windows color (decimal): -3181386 or 11957455. OLE color: 11957455.

HSL color Cylindrical-coordinate representation of color #CF74B6: hue angle of 316.48º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CF74B6 is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 116 182 -
CMYK 0 0.44 0.12 0.19
HSL 316.48º 0.49% 0.63% -
HSV(B) 316.48º 0.44% 0.81% -
XYZ 40.42 29.13 47.75 -
YUV 150.73 145.65 168.13 -
System Red Green Blue C M Y K H S L
Decimal 207 116 182 0 0.44 0.12 0.19 316.48 0.49 0.63
Hex CF 74 B6 0 2C C 13 13C 31 3F
Octal 317 164 266 0 54 14 23 474 61 77
Binary 11001111 1110100 10110110 0 101100 1100 10011 100111100 110001 111111

Color Harmonies of #CF74B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF74B6

Black with #CF74B6

Text Example


Text Example

White with #CF74B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF74B6; }

 p { color: rgb(207,116,182); }

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

background-color css

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

 a { background-color: rgb(207,116,182); }

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

border-color css

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

 span { border-color: rgb(207,116,182); }

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