Html Css Color HEX #CF7BDD Orchid

📋 copy color: '#CF7BDD'

red 207 ◦ green 123 ◦ blue 221

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

Shades of Orchid #CF7BDD

Tints of Orchid #CF7BDD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.32%

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

R = 37.57%
G = 22.32%
B = 40.11%

CMYK

 C value IS 0.06

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF7BDD (or 0xCF7BDD) is known color: Orchid. HEX triplet: CF, 7B and DD. RGB value is (207,123,221). Sum of RGB (Red+Green+Blue) = 207+123+221=551 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.57% from 551); Green value is 123 (48.44% from 255 or 22.32% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF7BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7BDD is #308422. Grayscale: #9E9E9E. Windows color (decimal): -3179555 or 14515151. OLE color: 14515151.

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

Color convert

RGB 207 123 221 -
CMYK 0.06 0.44 0 0.13
HSL 291.43º 0.59% 0.67% -
HSV(B) 291.43º 0.44% 0.87% -
XYZ 45.87 32.65 72.29 -
YUV 159.29 162.83 162.03 -
System Red Green Blue C M Y K H S L
Decimal 207 123 221 0.06 0.44 0 0.13 291.43 0.59 0.67
Hex CF 7B DD 6 2C 0 D 123 3B 43
Octal 317 173 335 6 54 0 15 443 73 103
Binary 11001111 1111011 11011101 110 101100 0 1101 100100011 111011 1000011

Color Harmonies of #CF7BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7BDD

Black with #CF7BDD

Text Example


Text Example

White with #CF7BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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