Html Css Color HEX #CF67CA Orchid

📋 copy color: '#CF67CA'

red 207 ◦ green 103 ◦ blue 202

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

Shades of Orchid #CF67CA

Tints of Orchid #CF67CA

RGB

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

 GREEN value IS 103 (40.63% from 255) = 20.12%

 BLUE value IS 202 (79.3% from 255) = 39.45%

R = 40.43%
G = 20.12%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CF67CA (or 0xCF67CA) is known color: Orchid. HEX triplet: CF, 67 and CA. RGB value is (207,103,202). Sum of RGB (Red+Green+Blue) = 207+103+202=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 103 (40.62% from 255 or 20.12% from 512); Blue value is 202 (79.30% from 255 or 39.45% from 512); Max value from RGB is 207 - color contains mainly: red. Hex color #CF67CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF67CA is #309835. Grayscale: #919191. Windows color (decimal): -3184694 or 13264847. OLE color: 13264847.

HSL color Cylindrical-coordinate representation of color #CF67CA: hue angle of 302.88º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF67CA is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 103 202 -
CMYK 0 0.50 0.02 0.19
HSL 302.88º 0.52% 0.61% -
HSV(B) 302.88º 0.5% 0.81% -
XYZ 41.24 27.23 58.96 -
YUV 145.38 159.96 171.95 -
System Red Green Blue C M Y K H S L
Decimal 207 103 202 0 0.50 0.02 0.19 302.88 0.52 0.61
Hex CF 67 CA 0 32 2 13 12F 34 3D
Octal 317 147 312 0 62 2 23 457 64 75
Binary 11001111 1100111 11001010 0 110010 10 10011 100101111 110100 111101

Color Harmonies of #CF67CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF67CA

Black with #CF67CA

Text Example


Text Example

White with #CF67CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF67CA; }

 p { color: rgb(207,103,202); }

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

background-color css

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

 a { background-color: rgb(207,103,202); }

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

border-color css

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

 span { border-color: rgb(207,103,202); }

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