Html Css Color HEX #CF6FBD Orchid

📋 copy color: '#CF6FBD'

red 207 ◦ green 111 ◦ blue 189

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

Shades of Orchid #CF6FBD

Tints of Orchid #CF6FBD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.89%

 BLUE value IS 189 (74.22% from 255) = 37.28%

R = 40.83%
G = 21.89%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CF6FBD (or 0xCF6FBD) is known color: Orchid. HEX triplet: CF, 6F and BD. RGB value is (207,111,189). Sum of RGB (Red+Green+Blue) = 207+111+189=507 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.83% from 507); Green value is 111 (43.75% from 255 or 21.89% from 507); Blue value is 189 (74.22% from 255 or 37.28% from 507); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6FBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6FBD is #309042. Grayscale: #949494. Windows color (decimal): -3182659 or 12414927. OLE color: 12414927.

HSL color Cylindrical-coordinate representation of color #CF6FBD: hue angle of 311.25º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CF6FBD is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 111 189 -
CMYK 0 0.46 0.09 0.19
HSL 311.25º 0.5% 0.62% -
HSV(B) 311.25º 0.46% 0.81% -
XYZ 40.6 28.31 51.47 -
YUV 148.6 150.8 169.66 -
System Red Green Blue C M Y K H S L
Decimal 207 111 189 0 0.46 0.09 0.19 311.25 0.5 0.62
Hex CF 6F BD 0 2E 9 13 137 32 3E
Octal 317 157 275 0 56 11 23 467 62 76
Binary 11001111 1101111 10111101 0 101110 1001 10011 100110111 110010 111110

Color Harmonies of #CF6FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6FBD

Black with #CF6FBD

Text Example


Text Example

White with #CF6FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6FBD; }

 p { color: rgb(207,111,189); }

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

background-color css

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

 a { background-color: rgb(207,111,189); }

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

border-color css

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

 span { border-color: rgb(207,111,189); }

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