Html Css Color HEX #CF7BDE Orchid

📋 copy color: '#CF7BDE'

red 207 ◦ green 123 ◦ blue 222

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

Shades of Orchid #CF7BDE

Tints of Orchid #CF7BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.22%

R = 37.5%
G = 22.28%
B = 40.22%

CMYK

 C value IS 0.07

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF7BDE (or 0xCF7BDE) is known color: Orchid. HEX triplet: CF, 7B and DE. RGB value is (207,123,222). Sum of RGB (Red+Green+Blue) = 207+123+222=552 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.5% from 552); Green value is 123 (48.44% from 255 or 22.28% from 552); Blue value is 222 (87.11% from 255 or 40.22% from 552); Max value from RGB is 222 - color contains mainly: blue. Hex color #CF7BDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7BDE is #308421. Grayscale: #9F9F9F. Windows color (decimal): -3179554 or 14580687. OLE color: 14580687.

HSL color Cylindrical-coordinate representation of color #CF7BDE: hue angle of 290.91º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CF7BDE is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 123 222 -
CMYK 0.07 0.45 0 0.13
HSL 290.91º 0.6% 0.68% -
HSV(B) 290.91º 0.45% 0.87% -
XYZ 46 32.71 73 -
YUV 159.4 163.33 161.95 -
System Red Green Blue C M Y K H S L
Decimal 207 123 222 0.07 0.45 0 0.13 290.91 0.6 0.68
Hex CF 7B DE 7 2D 0 D 123 3C 44
Octal 317 173 336 7 55 0 15 443 74 104
Binary 11001111 1111011 11011110 111 101101 0 1101 100100011 111100 1000100

Color Harmonies of #CF7BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7BDE

Black with #CF7BDE

Text Example


Text Example

White with #CF7BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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