Html Css Color HEX #CF71DA Orchid

📋 copy color: '#CF71DA'

red 207 ◦ green 113 ◦ blue 218

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

Shades of Orchid #CF71DA

Tints of Orchid #CF71DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.52%

R = 38.48%
G = 21%
B = 40.52%

CMYK

 C value IS 0.05

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CF71DA (or 0xCF71DA) is known color: Orchid. HEX triplet: CF, 71 and DA. RGB value is (207,113,218). Sum of RGB (Red+Green+Blue) = 207+113+218=538 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.48% from 538); Green value is 113 (44.53% from 255 or 21.00% from 538); Blue value is 218 (85.55% from 255 or 40.52% from 538); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF71DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF71DA is #308E25. Grayscale: #989898. Windows color (decimal): -3182118 or 14315983. OLE color: 14315983.

HSL color Cylindrical-coordinate representation of color #CF71DA: hue angle of 293.71º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CF71DA is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 207 113 218 -
CMYK 0.05 0.48 0 0.15
HSL 293.71º 0.59% 0.65% -
HSV(B) 293.71º 0.48% 0.85% -
XYZ 44.29 30.14 69.81 -
YUV 153.08 164.64 166.46 -
System Red Green Blue C M Y K H S L
Decimal 207 113 218 0.05 0.48 0 0.15 293.71 0.59 0.65
Hex CF 71 DA 5 30 0 F 126 3B 41
Octal 317 161 332 5 60 0 17 446 73 101
Binary 11001111 1110001 11011010 101 110000 0 1111 100100110 111011 1000001

Color Harmonies of #CF71DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF71DA

Black with #CF71DA

Text Example


Text Example

White with #CF71DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF71DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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