Html Css Color HEX #CF74DF Orchid

📋 copy color: '#CF74DF'

red 207 ◦ green 116 ◦ blue 223

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

Shades of Orchid #CF74DF

Tints of Orchid #CF74DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.84%

R = 37.91%
G = 21.25%
B = 40.84%

CMYK

 C value IS 0.07

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF74DF (or 0xCF74DF) is known color: Orchid. HEX triplet: CF, 74 and DF. RGB value is (207,116,223). Sum of RGB (Red+Green+Blue) = 207+116+223=546 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.91% from 546); Green value is 116 (45.70% from 255 or 21.25% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF74DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF74DF is #308B20. Grayscale: #9B9B9B. Windows color (decimal): -3181345 or 14644431. OLE color: 14644431.

HSL color Cylindrical-coordinate representation of color #CF74DF: hue angle of 291.03º degrees, saturation: 0.63, 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 #CF74DF is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 116 223 -
CMYK 0.07 0.48 0 0.13
HSL 291.03º 0.63% 0.66% -
HSV(B) 291.03º 0.48% 0.87% -
XYZ 45.3 31.08 73.42 -
YUV 155.41 166.15 164.8 -
System Red Green Blue C M Y K H S L
Decimal 207 116 223 0.07 0.48 0 0.13 291.03 0.63 0.66
Hex CF 74 DF 7 30 0 D 123 3F 42
Octal 317 164 337 7 60 0 15 443 77 102
Binary 11001111 1110100 11011111 111 110000 0 1101 100100011 111111 1000010

Color Harmonies of #CF74DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF74DF

Black with #CF74DF

Text Example


Text Example

White with #CF74DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF74DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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