Html Css Color HEX #CF71DD Orchid

📋 copy color: '#CF71DD'

red 207 ◦ green 113 ◦ blue 221

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

Shades of Orchid #CF71DD

Tints of Orchid #CF71DD

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.89%

 BLUE value IS 221 (86.72% from 255) = 40.85%

R = 38.26%
G = 20.89%
B = 40.85%

CMYK

 C value IS 0.06

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF71DD (or 0xCF71DD) is known color: Orchid. HEX triplet: CF, 71 and DD. RGB value is (207,113,221). Sum of RGB (Red+Green+Blue) = 207+113+221=541 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.26% from 541); Green value is 113 (44.53% from 255 or 20.89% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF71DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF71DD is #308E22. Grayscale: #999999. Windows color (decimal): -3182115 or 14512591. OLE color: 14512591.

HSL color Cylindrical-coordinate representation of color #CF71DD: hue angle of 292.22º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CF71DD is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 113 221 -
CMYK 0.06 0.49 0 0.13
HSL 292.22º 0.61% 0.65% -
HSV(B) 292.22º 0.49% 0.87% -
XYZ 44.69 30.3 71.9 -
YUV 153.42 166.14 166.22 -
System Red Green Blue C M Y K H S L
Decimal 207 113 221 0.06 0.49 0 0.13 292.22 0.61 0.65
Hex CF 71 DD 6 31 0 D 124 3D 41
Octal 317 161 335 6 61 0 15 444 75 101
Binary 11001111 1110001 11011101 110 110001 0 1101 100100100 111101 1000001

Color Harmonies of #CF71DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF71DD

Black with #CF71DD

Text Example


Text Example

White with #CF71DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF71DD; }

 p { color: rgb(207,113,221); }

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

background-color css

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

 a { background-color: rgb(207,113,221); }

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

border-color css

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

 span { border-color: rgb(207,113,221); }

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