Html Css Color HEX #CF85D1 Orchid

📋 copy color: '#CF85D1'

red 207 ◦ green 133 ◦ blue 209

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

Shades of Orchid #CF85D1

Tints of Orchid #CF85D1

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.23%

 BLUE value IS 209 (82.03% from 255) = 38.07%

R = 37.7%
G = 24.23%
B = 38.07%

CMYK

 C value IS 0.01

 M value IS 0.36

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CF85D1 (or 0xCF85D1) is known color: Orchid. HEX triplet: CF, 85 and D1. RGB value is (207,133,209). Sum of RGB (Red+Green+Blue) = 207+133+209=549 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.70% from 549); Green value is 133 (52.34% from 255 or 24.23% from 549); Blue value is 209 (82.03% from 255 or 38.07% from 549); Max value from RGB is 209 - color contains mainly: blue. Hex color #CF85D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF85D1 is #307A2E. Grayscale: #A3A3A3. Windows color (decimal): -3177007 or 13731279. OLE color: 13731279.

HSL color Cylindrical-coordinate representation of color #CF85D1: hue angle of 298.42º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CF85D1 is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 207 133 209 -
CMYK 0.01 0.36 0 0.18
HSL 298.42º 0.45% 0.67% -
HSV(B) 298.42º 0.36% 0.82% -
XYZ 45.63 34.64 64.6 -
YUV 163.79 153.52 158.82 -
System Red Green Blue C M Y K H S L
Decimal 207 133 209 0.01 0.36 0 0.18 298.42 0.45 0.67
Hex CF 85 D1 1 24 0 12 12A 2D 43
Octal 317 205 321 1 44 0 22 452 55 103
Binary 11001111 10000101 11010001 1 100100 0 10010 100101010 101101 1000011

Color Harmonies of #CF85D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF85D1

Black with #CF85D1

Text Example


Text Example

White with #CF85D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF85D1; }

 p { color: rgb(207,133,209); }

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

background-color css

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

 a { background-color: rgb(207,133,209); }

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

border-color css

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

 span { border-color: rgb(207,133,209); }

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