Html Css Color HEX #CF6BDE Orchid

📋 copy color: '#CF6BDE'

red 207 ◦ green 107 ◦ blue 222

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

Shades of Orchid #CF6BDE

Tints of Orchid #CF6BDE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.96%

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

R = 38.62%
G = 19.96%
B = 41.42%

CMYK

 C value IS 0.07

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF6BDE (or 0xCF6BDE) is known color: Orchid. HEX triplet: CF, 6B and DE. RGB value is (207,107,222). Sum of RGB (Red+Green+Blue) = 207+107+222=536 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.62% from 536); Green value is 107 (42.19% from 255 or 19.96% from 536); Blue value is 222 (87.11% from 255 or 41.42% from 536); Max value from RGB is 222 - color contains mainly: blue. Hex color #CF6BDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6BDE is #309421. Grayscale: #959595. Windows color (decimal): -3183650 or 14576591. OLE color: 14576591.

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

Color convert

RGB 207 107 222 -
CMYK 0.07 0.52 0 0.13
HSL 292.17º 0.64% 0.65% -
HSV(B) 292.17º 0.52% 0.87% -
XYZ 44.17 29.05 72.39 -
YUV 150.01 168.63 168.65 -
System Red Green Blue C M Y K H S L
Decimal 207 107 222 0.07 0.52 0 0.13 292.17 0.64 0.65
Hex CF 6B DE 7 34 0 D 124 40 41
Octal 317 153 336 7 64 0 15 444 100 101
Binary 11001111 1101011 11011110 111 110100 0 1101 100100100 1000000 1000001

Color Harmonies of #CF6BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6BDE

Black with #CF6BDE

Text Example


Text Example

White with #CF6BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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